fix: adjust some sizing on dashboard

This commit is contained in:
Ivana Andersson 2023-09-27 11:40:48 +03:00
parent 5f27d7d2f8
commit f6855910cc
1 changed files with 7 additions and 2 deletions

View File

@ -21,10 +21,15 @@ const Dashboard = () => {
<XStack justifyContent={'space-between'}>
<LeftSidebar />
<YStack space={'$4'} alignItems="start" px="24px" style={{ flexGrow: '1' }}>
<YStack
space={'$4'}
alignItems="start"
px="24px"
style={{ flexGrow: '1', marginTop: '16px' }}
>
<TitleLogo />
<XStack space={'$4'} justifyContent={'space-between'} width={'100%'}>
<XStack space={'$4'} width={'50%'}>
<XStack space={'$4'} width={'40%'}>
<SyncStatusCard />
<AddCardsContainer />
</XStack>