fix top inset for signup queue
This commit is contained in:
@@ -95,7 +95,7 @@ export function SignupQueued() {
|
|||||||
accessibilityHint=""
|
accessibilityHint=""
|
||||||
style={[a.absolute, a.inset_0, a.flex_1, t.atoms.bg]}>
|
style={[a.absolute, a.inset_0, a.flex_1, t.atoms.bg]}>
|
||||||
<ScrollView
|
<ScrollView
|
||||||
style={[a.h_full, a.w_full]}
|
style={[a.h_full, a.w_full, {paddingTop: insets.top}]}
|
||||||
contentContainerStyle={{borderWidth: 0}}>
|
contentContainerStyle={{borderWidth: 0}}>
|
||||||
<View
|
<View
|
||||||
style={[a.flex_row, a.justify_center, gtMobile ? a.pt_4xl : a.px_xl]}>
|
style={[a.flex_row, a.justify_center, gtMobile ? a.pt_4xl : a.px_xl]}>
|
||||||
|
|||||||
Reference in New Issue
Block a user