@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.cjs.js
CHANGED
|
@@ -5616,7 +5616,8 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5616
5616
|
display: "flex",
|
|
5617
5617
|
paddingTop: "0px !important",
|
|
5618
5618
|
marginTop: {
|
|
5619
|
-
xs: "16px"
|
|
5619
|
+
xs: "16px",
|
|
5620
|
+
md: "0px"
|
|
5620
5621
|
}
|
|
5621
5622
|
},
|
|
5622
5623
|
children: /*#__PURE__*/jsxRuntime.jsx(DonorMixCard, {
|
|
@@ -6009,7 +6010,11 @@ var PaidSection = function PaidSection() {
|
|
|
6009
6010
|
md: 6,
|
|
6010
6011
|
sx: {
|
|
6011
6012
|
paddingTop: "0px !important",
|
|
6012
|
-
minHeight: "430px"
|
|
6013
|
+
minHeight: "430px",
|
|
6014
|
+
marginTop: {
|
|
6015
|
+
xs: 3,
|
|
6016
|
+
md: "0px"
|
|
6017
|
+
}
|
|
6013
6018
|
},
|
|
6014
6019
|
children: /*#__PURE__*/jsxRuntime.jsx(DonorMixCard, {
|
|
6015
6020
|
title: "Spend allocation",
|