@sinco/react 1.0.14-rc.44 → 1.0.14-rc.46
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/index.js +2 -6
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -10552,7 +10552,7 @@ const components = {
|
|
|
10552
10552
|
MuiBackdrop: {
|
|
10553
10553
|
styleOverrides: {
|
|
10554
10554
|
root: {
|
|
10555
|
-
'.MuiDrawer-root > .MuiModal-backdrop': {
|
|
10555
|
+
'.MuiDrawer-root > .MuiModal-backdrop > .MuiBackdrop-root': {
|
|
10556
10556
|
backgroundColor: '#f0f0f099 !important',
|
|
10557
10557
|
backdropFilter: 'blur(4px) !important'
|
|
10558
10558
|
}
|
|
@@ -10562,11 +10562,7 @@ const components = {
|
|
|
10562
10562
|
MuiDialog: {
|
|
10563
10563
|
styleOverrides: {
|
|
10564
10564
|
root: {
|
|
10565
|
-
boxShadow: " 0px 2px 1px -2px rgba(24, 39, 75, 0.20), 0px 1px 1px -1px rgba(24, 39, 75, 0.14), 0px 1px 3px 0px rgba(24, 39, 75, 0.12)"
|
|
10566
|
-
".MuiBackdrop-root": {
|
|
10567
|
-
backgroundColor: "#f0f0f099",
|
|
10568
|
-
backdropFilter: "blur(2px) !important"
|
|
10569
|
-
}
|
|
10565
|
+
boxShadow: " 0px 2px 1px -2px rgba(24, 39, 75, 0.20), 0px 1px 1px -1px rgba(24, 39, 75, 0.14), 0px 1px 3px 0px rgba(24, 39, 75, 0.12)"
|
|
10570
10566
|
}
|
|
10571
10567
|
}
|
|
10572
10568
|
},
|