@sinco/react 1.0.14-rc.37 → 1.0.14-rc.39

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +4 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -16516,8 +16516,10 @@ const DrawerComponent = ({
16516
16516
  open: open,
16517
16517
  onClose: onClose,
16518
16518
  sx: {
16519
- backgroundColor: '#f0f0f099 !important',
16520
- backdropFilter: 'blur(4px) !important'
16519
+ '.MuiBackdrop-root .MuiModal-backdrop': {
16520
+ backgroundColor: '#f0f0f099 !important',
16521
+ backdropFilter: 'blur(4px) !important'
16522
+ }
16521
16523
  }
16522
16524
  }, /*#__PURE__*/React__default.createElement(Box$2, {
16523
16525
  sx: DrawerContainer,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.14-rc.37",
3
+ "version": "1.0.14-rc.39",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",