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