@ammarkhalidfarooq/dashboard-package 0.4.33 → 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.cjs.js +5 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +5 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -6069,7 +6069,11 @@ var PaidSection = function PaidSection() {
|
|
|
6069
6069
|
xs: 12,
|
|
6070
6070
|
md: 6,
|
|
6071
6071
|
sx: {
|
|
6072
|
-
paddingTop: "0px !important"
|
|
6072
|
+
paddingTop: "0px !important",
|
|
6073
|
+
marginTop: {
|
|
6074
|
+
xs: 3,
|
|
6075
|
+
md: "0px"
|
|
6076
|
+
}
|
|
6073
6077
|
},
|
|
6074
6078
|
children: /*#__PURE__*/jsx(PaidDonorGeographyCard, {})
|
|
6075
6079
|
})]
|