feat: align parts of dashboard
This commit is contained in:
parent
8ca24f7738
commit
fd4c363670
|
@ -7,7 +7,6 @@ const AddCardsContainer = () => {
|
|||
style={{
|
||||
borderRadius: '16px',
|
||||
boxShadow: '0 0 8px rgba(0, 0, 0, 0.1)',
|
||||
width: 'fit-content',
|
||||
}}
|
||||
>
|
||||
<AddCard />
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue