@ammarkhalidfarooq/dashboard-package 0.6.47 → 0.6.48
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 +4 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -18599,7 +18599,10 @@ var EmailSection = function EmailSection(_ref) {
|
|
|
18599
18599
|
md: 4,
|
|
18600
18600
|
sx: {
|
|
18601
18601
|
paddingTop: "0px !important",
|
|
18602
|
-
paddingLeft:
|
|
18602
|
+
paddingLeft: {
|
|
18603
|
+
xs: "unset !important",
|
|
18604
|
+
md: "6px !important"
|
|
18605
|
+
},
|
|
18603
18606
|
marginTop: {
|
|
18604
18607
|
xs: "6px",
|
|
18605
18608
|
md: "0px"
|