feat: align parts of dashboard

This commit is contained in:
RadoslavDimchev 2023-09-13 11:47:01 +03:00
parent 8ca24f7738
commit fd4c363670
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ const AddCardsContainer = () => {
style={{
borderRadius: '16px',
boxShadow: '0 0 8px rgba(0, 0, 0, 0.1)',
width: 'fit-content',
}}
>
<AddCard />

View File

@ -5,7 +5,7 @@ import AddCardsContainer from '../../components/General/AddCards/AddCardsContain
const Dashboard = () => {
return (
<YStack space={'$2'}>
<YStack space={'$2'} alignItems="start">
<AddCardsContainer />
<BasicInfoCards />
</YStack>