Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
techievivek committed Jun 5, 2024
1 parent f093d51 commit f5b6e63
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/signin/SignUpWelcomeForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ function SignUpWelcomeForm({account}: SignUpWelcomeFormProps) {
pressOnEnter
style={[styles.mb2]}
/>
<ChangeExpensifyLoginLink onPress={() => {redirectToSignIn();}} />
<ChangeExpensifyLoginLink
onPress={() => {
redirectToSignIn();
}}
/>
</View>
<View style={[styles.mt4, styles.signInPageWelcomeTextContainer]}>
<Terms />
Expand Down

0 comments on commit f5b6e63

Please sign in to comment.