tweaks
This commit is contained in:
parent
70aa7cd50c
commit
dc893eff0e
|
@ -37,7 +37,7 @@ const BalanceChartCard = () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<DashboardCardWrapper minWidth={'536px'} maxHeight="300px">
|
<DashboardCardWrapper minWidth={'536px'} >
|
||||||
<YStack space={'$4'}>
|
<YStack space={'$4'}>
|
||||||
<XStack justifyContent={'space-between'}>
|
<XStack justifyContent={'space-between'}>
|
||||||
<YStack>
|
<YStack>
|
||||||
|
|
|
@ -35,7 +35,7 @@ const StorageCard = ({ storage, maxStorage }: StorageCardProps) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<DashboardCardWrapper padding="0" minWidth="290px" height={'156px'}>
|
<DashboardCardWrapper padding="0" minWidth="220px" height={'156px'}>
|
||||||
<YStack
|
<YStack
|
||||||
style={{
|
style={{
|
||||||
borderRadius: '16px',
|
borderRadius: '16px',
|
||||||
|
|
Loading…
Reference in New Issue