@sinco/react 1.0.15-rc.17 → 1.0.15-rc.19
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 +4 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -16629,6 +16629,10 @@ const DrawerComponent = ({
|
|
|
16629
16629
|
open: open,
|
|
16630
16630
|
onClose: onClose,
|
|
16631
16631
|
sx: {
|
|
16632
|
+
'& .MuiBackdrop-root': {
|
|
16633
|
+
backgroundColor: '#F0f0f099 !important',
|
|
16634
|
+
backdropFilter: 'blur(4px)'
|
|
16635
|
+
},
|
|
16632
16636
|
'& .MuiDrawer-paper': Object.assign({
|
|
16633
16637
|
width: width
|
|
16634
16638
|
}, borderStyles)
|