Skip to content

Commit fd65fee

Browse files
committed
Keep the same VStack parameters in the nested VStack.
1 parent 5d6eab1 commit fd65fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/POS/Presentation/PointOfSaleCollectCashView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ struct PointOfSaleCollectCashView: View {
3838
}
3939
}))
4040

41-
VStack {
41+
VStack(alignment: .center, spacing: conditionalPadding(8)) {
4242
FormattableAmountTextField(viewModel: textFieldViewModel, style: .pos)
4343
.focused($isTextFieldFocused)
4444
.dynamicTypeSize(...DynamicTypeSize.accessibility1)

0 commit comments

Comments
 (0)