Update DashboardCardWrapper.tsx
This commit is contained in:
parent
b9e7472f18
commit
6e18ebb714
|
@ -12,8 +12,8 @@ const DashboardCardWrapper = ({
|
||||||
children,
|
children,
|
||||||
padding = '12px 16px',
|
padding = '12px 16px',
|
||||||
width,
|
width,
|
||||||
height,
|
height = 'auto',
|
||||||
minWidth,
|
minWidth = '0',
|
||||||
}: DashboardCardWrapperProps) => {
|
}: DashboardCardWrapperProps) => {
|
||||||
return (
|
return (
|
||||||
<Shadow
|
<Shadow
|
||||||
|
@ -32,5 +32,4 @@ const DashboardCardWrapper = ({
|
||||||
</Shadow>
|
</Shadow>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
export default DashboardCardWrapper
|
||||||
export default DashboardCardWrapper
|
|
Loading…
Reference in New Issue