@ammarkhalidfarooq/dashboard-package 0.4.25 → 0.4.27
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 +3 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5713,7 +5713,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5713
5713
|
sx: {
|
|
5714
5714
|
mt: {
|
|
5715
5715
|
xs: 3,
|
|
5716
|
-
md:
|
|
5716
|
+
md: 2
|
|
5717
5717
|
}
|
|
5718
5718
|
},
|
|
5719
5719
|
children: [/*#__PURE__*/jsx(Grid, {
|
|
@@ -6032,7 +6032,8 @@ var PaidSection = function PaidSection() {
|
|
|
6032
6032
|
}],
|
|
6033
6033
|
showBottomSummary: false,
|
|
6034
6034
|
sx: {
|
|
6035
|
-
pb: 3.5
|
|
6035
|
+
pb: 3.5,
|
|
6036
|
+
minHeight: 430
|
|
6036
6037
|
}
|
|
6037
6038
|
})
|
|
6038
6039
|
})]
|