@sinco/react 1.0.14-rc.42 → 1.0.14-rc.44
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 +10 -6
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -10545,12 +10545,16 @@ const components = {
|
|
|
10545
10545
|
MuiDrawer: {
|
|
10546
10546
|
styleOverrides: {
|
|
10547
10547
|
root: {
|
|
10548
|
-
boxShadow: "0px 3px 1px -2px rgba(24, 39, 75, 0.20), 0px 2px 2px 0px rgba(24, 39, 75, 0.14), 0px 1px 5px 0px rgba(24, 39, 75, 0.12)"
|
|
10549
|
-
|
|
10550
|
-
|
|
10551
|
-
|
|
10552
|
-
|
|
10553
|
-
|
|
10548
|
+
boxShadow: "0px 3px 1px -2px rgba(24, 39, 75, 0.20), 0px 2px 2px 0px rgba(24, 39, 75, 0.14), 0px 1px 5px 0px rgba(24, 39, 75, 0.12)"
|
|
10549
|
+
}
|
|
10550
|
+
}
|
|
10551
|
+
},
|
|
10552
|
+
MuiBackdrop: {
|
|
10553
|
+
styleOverrides: {
|
|
10554
|
+
root: {
|
|
10555
|
+
'.MuiDrawer-root > .MuiModal-backdrop': {
|
|
10556
|
+
backgroundColor: '#f0f0f099 !important',
|
|
10557
|
+
backdropFilter: 'blur(4px) !important'
|
|
10554
10558
|
}
|
|
10555
10559
|
}
|
|
10556
10560
|
}
|