@mx-cartographer/experiences 6.3.4-alpha.sms1 → 6.3.4-alpha.sms2

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
@@ -18077,6 +18077,7 @@ const M1 = ({
18077
18077
  component: "form",
18078
18078
  sx: {
18079
18079
  backgroundColor: "background.paper",
18080
+ justifyContent: K ? "center" : "flex-start",
18080
18081
  padding: K ? "24px 24px 48px 24px" : "24px 0px 48px 0px",
18081
18082
  width: r ? 320 : K ? 680 : a ? 990 : 400,
18082
18083
  "& .MuiTextField-root": {