Skip to content

Commit

Permalink
chore: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
janrtvld committed Dec 4, 2024
1 parent 06b15ec commit 87902fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const CredentialErrorSlide = ({ reason, onCancel }: CredentialErrorSlideP
return (
<YStack fg={1} jc="space-between">
<YStack gap="$6" fg={1} onLayout={(event) => setScrollViewHeight(event.nativeEvent.layout.height)}>
<ScrollView gap="$2" fg={1} maxHeight={scrollViewHeight}>
<ScrollView fg={1} maxHeight={scrollViewHeight} contentContainerStyle={{ gap: '$4' }}>
<YStack gap="$4">
<Heading>Something went wrong</Heading>
<Stack alignSelf="flex-start">
Expand Down

0 comments on commit 87902fc

Please sign in to comment.