@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.cjs.js
CHANGED
|
@@ -5715,7 +5715,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5715
5715
|
sx: {
|
|
5716
5716
|
mt: {
|
|
5717
5717
|
xs: 3,
|
|
5718
|
-
md:
|
|
5718
|
+
md: 2
|
|
5719
5719
|
}
|
|
5720
5720
|
},
|
|
5721
5721
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Grid, {
|
|
@@ -6034,7 +6034,8 @@ var PaidSection = function PaidSection() {
|
|
|
6034
6034
|
}],
|
|
6035
6035
|
showBottomSummary: false,
|
|
6036
6036
|
sx: {
|
|
6037
|
-
pb: 3.5
|
|
6037
|
+
pb: 3.5,
|
|
6038
|
+
minHeight: 430
|
|
6038
6039
|
}
|
|
6039
6040
|
})
|
|
6040
6041
|
})]
|