sixseconds-modules 1.6.172 → 1.6.173

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
@@ -14445,7 +14445,7 @@ function ChangePasswordDialog({ isOpen, email, t: t2, setInitialState }) {
14445
14445
  borderRadius: "12px",
14446
14446
  boxShadow: "0px 4px 12px rgba(0,0,0,0.03)"
14447
14447
  },
14448
- children: /* @__PURE__ */ jsxs(Grid, { container: true, spacing: 3, children: [
14448
+ children: /* @__PURE__ */ jsxs(Grid, { container: true, spacing: 3, sx: { display: "block !important" }, children: [
14449
14449
  /* @__PURE__ */ jsxs(Grid, { item: true, xs: 12, children: [
14450
14450
  /* @__PURE__ */ jsx(
14451
14451
  LabeledInput,