sixseconds-modules 1.6.171 → 1.6.172

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
@@ -14401,7 +14401,8 @@ function ChangePasswordDialog({ isOpen, email, t: t2, setInitialState }) {
14401
14401
  PaperProps: {
14402
14402
  sx: {
14403
14403
  borderRadius: "16px",
14404
- boxShadow: "0px 12px 32px rgba(0,0,0,0.12)"
14404
+ boxShadow: "0px 12px 32px rgba(0,0,0,0.12)",
14405
+ display: "block !important"
14405
14406
  }
14406
14407
  },
14407
14408
  onClose: () => handleCloseUtil(setInitialState),