Fix order
This commit is contained in:
@@ -96,7 +96,12 @@ function Inner({style}: ViewStyleProp & {}) {
|
|||||||
style={[
|
style={[
|
||||||
a.pt_md,
|
a.pt_md,
|
||||||
gtPhone
|
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],
|
: [a.gap_md],
|
||||||
]}>
|
]}>
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Reference in New Issue
Block a user