fix:Add spacing between text content and card

This commit is contained in:
Hristo Nedelkov 2024-01-25 14:08:59 +02:00
parent 34f70989ee
commit e55a00d958
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const Overview = () => {
imgHeight="250%"
rightImageSrc="./background-images/sync-status-background.png"
>
<YStack space={'$5'} marginTop={'2rem'} width="100%">
<YStack space={'$5'} marginTop={'2rem'} marginBottom={'2rem'} width="100%">
<Text size={27} weight={'semibold'}>
Overview
</Text>