Fix support link cutoff in signup footer on mobile (#11059)

(cherry picked from commit 5eb5ac4800)
This commit is contained in:
surfdude29
2026-08-27 17:19:40 +01:00
committed by Eric Bailey
parent 60ce2e323b
commit 2b2a7c9fb0
+2 -1
View File
@@ -219,6 +219,7 @@ export function Signup({onPressBack}: {onPressBack: () => void}) {
a.w_full,
a.py_lg,
a.flex_row,
a.flex_wrap,
a.gap_md,
a.align_center,
]}>
@@ -227,7 +228,7 @@ export function Signup({onPressBack}: {onPressBack: () => void}) {
style={
gtMobile
? [a.flex_1, a.flex, a.flex_row, a.justify_end]
: []
: [a.flex_shrink]
}>
<Text
style={[