@sinco/react 1.0.14-rc.46 → 1.0.14-rc.47

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 +5 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -16520,7 +16520,11 @@ const DrawerComponent = ({
16520
16520
  return /*#__PURE__*/React__default.createElement(Drawer$1, {
16521
16521
  anchor: position,
16522
16522
  open: open,
16523
- onClose: onClose
16523
+ onClose: onClose,
16524
+ sx: {
16525
+ backgroundColor: "#F0f0f099 !important",
16526
+ backdropFilter: "blur(4px) !important"
16527
+ }
16524
16528
  }, /*#__PURE__*/React__default.createElement(Box$2, {
16525
16529
  sx: DrawerContainer,
16526
16530
  width: width
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.14-rc.46",
3
+ "version": "1.0.14-rc.47",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",