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