Onboarding fixes (#4508)

* Add extra padding to bottom of profile step

* Make profile pic gen higher res
This commit is contained in:
Eric Bailey 2024-06-17 13:21:35 -05:00 committed by GitHub
parent 332524b7de
commit 7e88d0d7a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -152,7 +152,7 @@ export function Layout({children}: React.PropsWithChildren<{}>) {
{children}
</View>
<View style={{height: 200}} />
<View style={{height: 400}} />
</View>
</View>
</ScrollView>