@ammarkhalidfarooq/dashboard-package 0.4.21 → 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 +6 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +6 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -5611,7 +5611,8 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5611
5611
|
xs: 12,
|
|
5612
5612
|
md: 3,
|
|
5613
5613
|
sx: {
|
|
5614
|
-
display: "flex"
|
|
5614
|
+
display: "flex",
|
|
5615
|
+
paddingTop: "0px !important"
|
|
5615
5616
|
},
|
|
5616
5617
|
children: /*#__PURE__*/jsxRuntime.jsx(DonorMixCard, {
|
|
5617
5618
|
title: "Donor mix",
|
|
@@ -5778,7 +5779,10 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5778
5779
|
xs: 12,
|
|
5779
5780
|
md: 3,
|
|
5780
5781
|
sx: {
|
|
5781
|
-
paddingTop:
|
|
5782
|
+
paddingTop: {
|
|
5783
|
+
xs: "24px !important",
|
|
5784
|
+
md: "0px !important"
|
|
5785
|
+
}
|
|
5782
5786
|
},
|
|
5783
5787
|
children: /*#__PURE__*/jsxRuntime.jsx(MetricSparklineCard, {
|
|
5784
5788
|
title: "Referrals",
|