Password flow tweaks

This commit is contained in:
Eric Bailey 2024-03-20 17:14:13 -05:00
parent 70f5cc6a9f
commit b0fcfa563d
4 changed files with 29 additions and 25 deletions

View file

@ -32,7 +32,7 @@ export function FormContainer({
style={[styles.maxHeight, contentContainerStyle]}
keyboardShouldPersistTaps="handled">
<View
style={[a.gap_lg, a.flex_1, !gtMobile && [a.px_lg, a.pt_md], style]}>
style={[a.gap_md, a.flex_1, !gtMobile && [a.px_lg, a.pt_md], style]}>
{title && !gtMobile && (
<Text style={[a.text_xl, a.font_bold, t.atoms.text_contrast_high]}>
{title}