@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.es.js
CHANGED
|
@@ -5777,7 +5777,10 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5777
5777
|
xs: 12,
|
|
5778
5778
|
md: 3,
|
|
5779
5779
|
sx: {
|
|
5780
|
-
paddingTop:
|
|
5780
|
+
paddingTop: {
|
|
5781
|
+
xs: "24px !important",
|
|
5782
|
+
md: "0px !important"
|
|
5783
|
+
}
|
|
5781
5784
|
},
|
|
5782
5785
|
children: /*#__PURE__*/jsx(MetricSparklineCard, {
|
|
5783
5786
|
title: "Referrals",
|