@ammarkhalidfarooq/dashboard-package 0.6.20 → 0.6.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -16098,7 +16098,7 @@ var ChartCardSkeleton = function ChartCardSkeleton(_ref2) {
|
|
|
16098
16098
|
}), /*#__PURE__*/jsxRuntime.jsx(material.Skeleton, {
|
|
16099
16099
|
variant: "rounded",
|
|
16100
16100
|
width: "100%",
|
|
16101
|
-
height: height -
|
|
16101
|
+
height: height - 160
|
|
16102
16102
|
})]
|
|
16103
16103
|
});
|
|
16104
16104
|
};
|