feat: align parts of dashboard
This commit is contained in:
parent
8ca24f7738
commit
fd4c363670
|
@ -7,7 +7,6 @@ const AddCardsContainer = () => {
|
||||||
style={{
|
style={{
|
||||||
borderRadius: '16px',
|
borderRadius: '16px',
|
||||||
boxShadow: '0 0 8px rgba(0, 0, 0, 0.1)',
|
boxShadow: '0 0 8px rgba(0, 0, 0, 0.1)',
|
||||||
width: 'fit-content',
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<AddCard />
|
<AddCard />
|
||||||
|
|
|
@ -5,7 +5,7 @@ import AddCardsContainer from '../../components/General/AddCards/AddCardsContain
|
||||||
|
|
||||||
const Dashboard = () => {
|
const Dashboard = () => {
|
||||||
return (
|
return (
|
||||||
<YStack space={'$2'}>
|
<YStack space={'$2'} alignItems="start">
|
||||||
<AddCardsContainer />
|
<AddCardsContainer />
|
||||||
<BasicInfoCards />
|
<BasicInfoCards />
|
||||||
</YStack>
|
</YStack>
|
||||||
|
|
Loading…
Reference in New Issue