Skip to content

Commit d2959d1

Browse files
committed
remove plain style from buttons
using the .plain style is unnecessary here, and causes an issue with visual feedback when these are tapped
1 parent 8eab7a6 commit d2959d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

WooCommerce/Classes/POS/Presentation/Settings/PointOfSaleSettingsHardwareDetailView.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ struct PointOfSaleSettingsHardwareDetailView: View {
144144
}
145145
}
146146
.padding()
147-
.buttonStyle(.plain)
148147
.accessibilityAddTraits(.isButton)
149148
.listRowSeparator(.hidden)
150149
}
@@ -190,7 +189,6 @@ struct PointOfSaleSettingsHardwareDetailView: View {
190189
Spacer()
191190
}
192191
}
193-
.buttonStyle(.plain)
194192
.accessibilityAddTraits(.isButton)
195193
.listRowSeparator(.hidden)
196194
}

0 commit comments

Comments
 (0)