diff --git a/src/pages/Dashboard/DashboardCardWrapper.tsx b/src/pages/Dashboard/DashboardCardWrapper.tsx index 2c572db9..c0637e60 100644 --- a/src/pages/Dashboard/DashboardCardWrapper.tsx +++ b/src/pages/Dashboard/DashboardCardWrapper.tsx @@ -1,7 +1,7 @@ import { Shadow } from '@status-im/components' type DashboardCardWrapperProps = { - children: string + children: React.ReactNode padding?: string width: string }