Skip to content

Commit

Permalink
πŸ’„ app: improve passkeys about screen
Browse files Browse the repository at this point in the history
  • Loading branch information
dieguezguille committed Dec 31, 2024
1 parent dcb7cd0 commit b4afd13
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/onboarding/PasskeysAbout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ export default function PasskeysAbout() {
marginTop="$s3"
backgroundColor="$backgroundMild"
/>
<View flex={1} paddingVertical="$s8" paddingHorizontal="$s6" alignItems="center">
<View flex={1} paddingVertical="$s8" paddingHorizontal="$s4" alignItems="center">
<View flex={1} flexDirection="column" justifyContent="space-between" gap="$s5">
<ScrollView flex={1}>
<ScrollView flex={1} showsVerticalScrollIndicator={false}>
<View flex={1} gap="$s8">
<View gap="$s5">
<Text fontSize={ms(17)} fontWeight={700} textAlign="left">
Expand Down Expand Up @@ -71,7 +71,6 @@ export default function PasskeysAbout() {
</View>
</View>
</ScrollView>

<Button
outlined
main
Expand Down

0 comments on commit b4afd13

Please sign in to comment.