mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-23 00:28:19 +00:00
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…
x
Reference in New Issue
Block a user