fix:Add spacing between text content and card
This commit is contained in:
parent
34f70989ee
commit
e55a00d958
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue