@ammarkhalidfarooq/dashboard-package 0.4.31 → 0.4.33
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 +7 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +7 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5614,7 +5614,8 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5614
5614
|
display: "flex",
|
|
5615
5615
|
paddingTop: "0px !important",
|
|
5616
5616
|
marginTop: {
|
|
5617
|
-
xs: "16px"
|
|
5617
|
+
xs: "16px",
|
|
5618
|
+
md: "0px"
|
|
5618
5619
|
}
|
|
5619
5620
|
},
|
|
5620
5621
|
children: /*#__PURE__*/jsx(DonorMixCard, {
|
|
@@ -6007,7 +6008,11 @@ var PaidSection = function PaidSection() {
|
|
|
6007
6008
|
md: 6,
|
|
6008
6009
|
sx: {
|
|
6009
6010
|
paddingTop: "0px !important",
|
|
6010
|
-
minHeight: "430px"
|
|
6011
|
+
minHeight: "430px",
|
|
6012
|
+
marginTop: {
|
|
6013
|
+
xs: 3,
|
|
6014
|
+
md: "0px"
|
|
6015
|
+
}
|
|
6011
6016
|
},
|
|
6012
6017
|
children: /*#__PURE__*/jsx(DonorMixCard, {
|
|
6013
6018
|
title: "Spend allocation",
|