@ammarkhalidfarooq/dashboard-package 0.4.22 → 0.4.23
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 +4 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -5779,7 +5779,10 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5779
5779
|
xs: 12,
|
|
5780
5780
|
md: 3,
|
|
5781
5781
|
sx: {
|
|
5782
|
-
paddingTop:
|
|
5782
|
+
paddingTop: {
|
|
5783
|
+
xs: "24px !important",
|
|
5784
|
+
md: "0px !important"
|
|
5785
|
+
}
|
|
5783
5786
|
},
|
|
5784
5787
|
children: /*#__PURE__*/jsxRuntime.jsx(MetricSparklineCard, {
|
|
5785
5788
|
title: "Referrals",
|