Skip to content

Commit

Permalink
fix(app): user onboarding actions layout
Browse files Browse the repository at this point in the history
  • Loading branch information
hbriese committed Jul 28, 2024
1 parent d57f735 commit 8363533
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/src/app/onboard/user.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function UserOnboarding() {
containerStyle={styles.input}
/>

<Actions>
<Actions style={styles.actions}>
<Link href="/accounts/join" asChild>
<Button mode="contained-tonal" icon={QrCodeIcon}>
Continue with Zallo
Expand Down Expand Up @@ -150,6 +150,9 @@ const stylesheet = createStyles(({ colors }) => ({
marginHorizontal: 16,
marginTop: 16,
},
actions: {
justifyContent: 'flex-end',
},
tosText: {
marginVertical: 8,
textAlign: 'center',
Expand Down

0 comments on commit 8363533

Please sign in to comment.