Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit 8363533

Browse files
committed
fix(app): user onboarding actions layout
1 parent d57f735 commit 8363533

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/src/app/onboard/user.tsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function UserOnboarding() {
106106
containerStyle={styles.input}
107107
/>
108108

109-
<Actions>
109+
<Actions style={styles.actions}>
110110
<Link href="/accounts/join" asChild>
111111
<Button mode="contained-tonal" icon={QrCodeIcon}>
112112
Continue with Zallo
@@ -150,6 +150,9 @@ const stylesheet = createStyles(({ colors }) => ({
150150
marginHorizontal: 16,
151151
marginTop: 16,
152152
},
153+
actions: {
154+
justifyContent: 'flex-end',
155+
},
153156
tosText: {
154157
marginVertical: 8,
155158
textAlign: 'center',

0 commit comments

Comments
 (0)