Update DashboardCardWrapper.tsx
This commit is contained in:
parent
2eb5d0e2f4
commit
6b5eedd89c
|
@ -1,7 +1,7 @@
|
||||||
import { Shadow } from '@status-im/components'
|
import { Shadow } from '@status-im/components'
|
||||||
|
|
||||||
type DashboardCardWrapperProps = {
|
type DashboardCardWrapperProps = {
|
||||||
children: string
|
children: React.ReactNode
|
||||||
padding?: string
|
padding?: string
|
||||||
width: string
|
width: string
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue