fix top inset for signup queue

This commit is contained in:
Samuel Newman
2024-11-15 20:05:27 +00:00
parent 3bd1437133
commit 252a80b5e1
+1 -1
View File
@@ -95,7 +95,7 @@ export function SignupQueued() {
accessibilityHint=""
style={[a.absolute, a.inset_0, a.flex_1, t.atoms.bg]}>
<ScrollView
style={[a.h_full, a.w_full]}
style={[a.h_full, a.w_full, {paddingTop: insets.top}]}
contentContainerStyle={{borderWidth: 0}}>
<View
style={[a.flex_row, a.justify_center, gtMobile ? a.pt_4xl : a.px_xl]}>