Fix order

This commit is contained in:
Eric Bailey
2025-07-16 11:22:46 -05:00
parent 53c8218f05
commit d18210ac00
@@ -96,7 +96,12 @@ function Inner({style}: ViewStyleProp & {}) {
style={[
a.pt_md,
gtPhone
? [a.flex_row, a.gap_xl, a.justify_between, a.align_center]
? [
a.flex_row_reverse,
a.gap_xl,
a.justify_between,
a.align_center,
]
: [a.gap_md],
]}>
<Button