@ammarkhalidfarooq/dashboard-package 0.4.21 → 0.4.22
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 +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -1
- 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",
|