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.cjs.js +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -14419,7 +14419,8 @@ function ChangePasswordDialog({ isOpen, email, t: t2, setInitialState }) {
|
|
|
14419
14419
|
PaperProps: {
|
|
14420
14420
|
sx: {
|
|
14421
14421
|
borderRadius: "16px",
|
|
14422
|
-
boxShadow: "0px 12px 32px rgba(0,0,0,0.12)"
|
|
14422
|
+
boxShadow: "0px 12px 32px rgba(0,0,0,0.12)",
|
|
14423
|
+
display: "block !important"
|
|
14423
14424
|
}
|
|
14424
14425
|
},
|
|
14425
14426
|
onClose: () => handleCloseUtil(setInitialState),
|