This commit is contained in:
Hristo Nedelkov 2023-10-31 10:55:06 +02:00
parent 70aa7cd50c
commit dc893eff0e
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ const BalanceChartCard = () => {
}
return (
<DashboardCardWrapper minWidth={'536px'} maxHeight="300px">
<DashboardCardWrapper minWidth={'536px'} >
<YStack space={'$4'}>
<XStack justifyContent={'space-between'}>
<YStack>

View File

@ -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',