@ammarkhalidfarooq/dashboard-package 0.5.1 → 0.5.3
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 +3 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -5224,6 +5224,8 @@ var MetricCard = function MetricCard(_ref) {
|
|
|
5224
5224
|
xs: 1.75,
|
|
5225
5225
|
md: 2
|
|
5226
5226
|
},
|
|
5227
|
+
paddingTop: "10px",
|
|
5228
|
+
paddingBottom: "10px",
|
|
5227
5229
|
minHeight: 108,
|
|
5228
5230
|
boxShadow: "0 14px 30px rgba(21, 26, 45, 0.06)"
|
|
5229
5231
|
},
|
|
@@ -5773,7 +5775,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5773
5775
|
})
|
|
5774
5776
|
}), /*#__PURE__*/jsxRuntime.jsxs(material.Grid, {
|
|
5775
5777
|
container: true,
|
|
5776
|
-
spacing:
|
|
5778
|
+
spacing: "6px",
|
|
5777
5779
|
sx: {
|
|
5778
5780
|
mt: "6px"
|
|
5779
5781
|
},
|