@sinco/react 1.0.14-rc.43 → 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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. 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-root .MuiModal-backdrop': {
10555
+ '.MuiDrawer-root > .MuiModal-backdrop': {
10556
10556
  backgroundColor: '#f0f0f099 !important',
10557
10557
  backdropFilter: 'blur(4px) !important'
10558
10558
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.14-rc.43",
3
+ "version": "1.0.14-rc.44",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",