Skip to content

Commit

Permalink
Tweak welcome screen layout
Browse files Browse the repository at this point in the history
  • Loading branch information
duogenesis committed Jan 19, 2024
1 parent d5fd786 commit 939e723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/welcome-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ const WelcomeScreen_ = ({navigation}) => {
</DefaultText>
</View>
<View style={{
justifyContent: 'center',
flex: 2,
justifyContent: 'flex-start',
flex: 1,
}}>
<DefaultTextInput
style={{
Expand Down

0 comments on commit 939e723

Please sign in to comment.