Update DashboardCardWrapper.tsx
This commit is contained in:
parent
b9e7472f18
commit
6e18ebb714
|
@ -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
|
Loading…
Reference in New Issue