@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.es.js
CHANGED
|
@@ -5609,7 +5609,8 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5609
5609
|
xs: 12,
|
|
5610
5610
|
md: 3,
|
|
5611
5611
|
sx: {
|
|
5612
|
-
display: "flex"
|
|
5612
|
+
display: "flex",
|
|
5613
|
+
paddingTop: "0px !important"
|
|
5613
5614
|
},
|
|
5614
5615
|
children: /*#__PURE__*/jsx(DonorMixCard, {
|
|
5615
5616
|
title: "Donor mix",
|
|
@@ -5776,7 +5777,10 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5776
5777
|
xs: 12,
|
|
5777
5778
|
md: 3,
|
|
5778
5779
|
sx: {
|
|
5779
|
-
paddingTop:
|
|
5780
|
+
paddingTop: {
|
|
5781
|
+
xs: "24px !important",
|
|
5782
|
+
md: "0px !important"
|
|
5783
|
+
}
|
|
5780
5784
|
},
|
|
5781
5785
|
children: /*#__PURE__*/jsx(MetricSparklineCard, {
|
|
5782
5786
|
title: "Referrals",
|