@sinco/react 1.0.14-rc.48 → 1.0.14-rc.49

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 +2 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -10554,9 +10554,8 @@ const components = {
10554
10554
  styleOverrides: {
10555
10555
  root: {
10556
10556
  '.MuiDrawer-root > .MuiModal-backdrop .MuiBackdrop-root': {
10557
- backgroundColor: '#f0f0f099 !important',
10558
- backdropFilter: 'blur(4px) !important',
10559
- "-webkit-backdrop-filter": "f0f0f099"
10557
+ backgroundColor: "-webkit-backdrop-filter, f0f0f099",
10558
+ backdropFilter: 'blur(4px) !important'
10560
10559
  }
10561
10560
  }
10562
10561
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.14-rc.48",
3
+ "version": "1.0.14-rc.49",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",