@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.es.js CHANGED
@@ -18597,7 +18597,10 @@ var EmailSection = function EmailSection(_ref) {
18597
18597
  md: 4,
18598
18598
  sx: {
18599
18599
  paddingTop: "0px !important",
18600
- paddingLeft: xs ? "6px !important" : "unset !important",
18600
+ paddingLeft: {
18601
+ xs: "unset !important",
18602
+ md: "6px !important"
18603
+ },
18601
18604
  marginTop: {
18602
18605
  xs: "6px",
18603
18606
  md: "0px"