Skip to content

Commit f890e4a

Browse files
committed
Vertically center setup flow content
1 parent d3de325 commit f890e4a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

WooCommerce/Classes/POS/Presentation/Barcode Scanner Setup/PointOfSaleBarcodeScannerSetup.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ struct PointOfSaleBarcodeScannerSetup: View {
1919
) {
2020
VStack(spacing: POSSpacing.xxLarge) {
2121
ScrollView(showsIndicators: false) {
22-
currentContent
22+
HStack {
23+
Spacer()
24+
currentContent
25+
Spacer()
26+
}
2327
}
2428
.scrollBounceBehavior(.basedOnSize, axes: [.vertical])
2529

0 commit comments

Comments
 (0)