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.cjs.js CHANGED
@@ -14463,7 +14463,7 @@ function ChangePasswordDialog({ isOpen, email, t: t2, setInitialState }) {
14463
14463
  borderRadius: "12px",
14464
14464
  boxShadow: "0px 4px 12px rgba(0,0,0,0.03)"
14465
14465
  },
14466
- children: /* @__PURE__ */ jsxRuntime.jsxs(material.Grid, { container: true, spacing: 3, children: [
14466
+ children: /* @__PURE__ */ jsxRuntime.jsxs(material.Grid, { container: true, spacing: 3, sx: { display: "block !important" }, children: [
14467
14467
  /* @__PURE__ */ jsxRuntime.jsxs(material.Grid, { item: true, xs: 12, children: [
14468
14468
  /* @__PURE__ */ jsxRuntime.jsx(
14469
14469
  LabeledInput,