[Auth rework] Add a header to login flow (#9368)

This commit is contained in:
Samuel Newman
2026-02-13 20:15:36 +00:00
committed by GitHub
parent 9cdfb40ce7
commit 2e34f965fc
14 changed files with 336 additions and 167 deletions
@@ -42,11 +42,11 @@ export const LoggedOutLayout = ({
contentContainerStyle={[
{paddingBottom: isKeyboardVisible ? 300 : 0},
]}>
<View style={a.pt_md}>{children}</View>
<View style={a.pt_lg}>{children}</View>
</ScrollView>
)
} else {
return <View style={a.pt_md}>{children}</View>
return <View style={a.pt_lg}>{children}</View>
}
}
return (