Update DashboardCardWrapper.tsx

This commit is contained in:
Hristo Nedelkov 2023-10-17 14:39:34 +03:00
parent b9e7472f18
commit 6e18ebb714
1 changed files with 3 additions and 4 deletions

View File

@ -12,8 +12,8 @@ const DashboardCardWrapper = ({
children,
padding = '12px 16px',
width,
height,
minWidth,
height = 'auto',
minWidth = '0',
}: DashboardCardWrapperProps) => {
return (
<Shadow
@ -32,5 +32,4 @@ const DashboardCardWrapper = ({
</Shadow>
)
}
export default DashboardCardWrapper
export default DashboardCardWrapper