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