Skip to content

Commit

Permalink
Center No Documents Screen
Browse files Browse the repository at this point in the history
  • Loading branch information
RudraSen2 committed Aug 4, 2024
1 parent 9b35f8a commit 2d8aecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ export default function HomePage() {
<FileSearch size="$5" />
</YStack>
</XStack>
<XStack style={{ justifyContent: 'center', alignItems: 'center' }} opacity={0.6}>
<XStack justifyContent='center' alignContent='center' flexDirection='row' opacity={0.6}>
<YStack justifyContent='center' alignContent='center' flexDirection='row'>
<SizableText>No Documents</SizableText>
</YStack>
Expand Down

0 comments on commit 2d8aecc

Please sign in to comment.