@ammarkhalidfarooq/dashboard-package 0.4.32 → 0.4.34

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.es.js CHANGED
@@ -6008,7 +6008,11 @@ var PaidSection = function PaidSection() {
6008
6008
  md: 6,
6009
6009
  sx: {
6010
6010
  paddingTop: "0px !important",
6011
- minHeight: "430px"
6011
+ minHeight: "430px",
6012
+ marginTop: {
6013
+ xs: 3,
6014
+ md: "0px"
6015
+ }
6012
6016
  },
6013
6017
  children: /*#__PURE__*/jsx(DonorMixCard, {
6014
6018
  title: "Spend allocation",
@@ -6065,7 +6069,11 @@ var PaidSection = function PaidSection() {
6065
6069
  xs: 12,
6066
6070
  md: 6,
6067
6071
  sx: {
6068
- paddingTop: "0px !important"
6072
+ paddingTop: "0px !important",
6073
+ marginTop: {
6074
+ xs: 3,
6075
+ md: "0px"
6076
+ }
6069
6077
  },
6070
6078
  children: /*#__PURE__*/jsx(PaidDonorGeographyCard, {})
6071
6079
  })]