We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae5ba5 commit 156eefeCopy full SHA for 156eefe
WooCommerce/Classes/POS/TabBar/POSIneligibleView.swift
@@ -34,7 +34,7 @@ struct POSIneligibleView: View {
34
.foregroundColor(Color.posOnSurface)
35
}
36
.containerRelativeFrame(.horizontal) { length, _ in
37
- length * 0.5
+ max(length * 0.5, 300)
38
39
40
Spacer()
@@ -66,7 +66,7 @@ struct POSIneligibleView: View {
66
.buttonStyle(POSOutlinedButtonStyle(size: .normal))
67
68
69
- length * 0.5 - 132
+ max(length * 0.5 - 132, 300)
70
71
72
0 commit comments