fix warning
This commit is contained in:
parent
f42d924fd0
commit
2f0af4dc74
|
@ -37,7 +37,7 @@ const BalanceChartCard = () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<DashboardCardWrapper height="fit-content" minWidth="536px">
|
<DashboardCardWrapper height="fit-content" minWidth="536px" >
|
||||||
<YStack space={'$4'}>
|
<YStack space={'$4'}>
|
||||||
<XStack justifyContent={'space-between'}>
|
<XStack justifyContent={'space-between'}>
|
||||||
<YStack>
|
<YStack>
|
||||||
|
|
|
@ -3,7 +3,7 @@ import { Shadow } from '@status-im/components'
|
||||||
type DashboardCardWrapperProps = {
|
type DashboardCardWrapperProps = {
|
||||||
children: React.ReactNode
|
children: React.ReactNode
|
||||||
padding?: string
|
padding?: string
|
||||||
width: string
|
width?: string
|
||||||
height?: string
|
height?: string
|
||||||
minWidth?: string
|
minWidth?: string
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue