@sinco/react 1.2.4-rc.0 → 1.2.4-rc.1
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.esm.js +2 -2
- package/package.json +1 -1
package/index.esm.js
CHANGED
@@ -16829,8 +16829,8 @@ var DrawerComponent = function DrawerComponent(_ref) {
|
|
16829
16829
|
onClose: onClose,
|
16830
16830
|
sx: _objectSpread2({
|
16831
16831
|
"& .MuiBackdrop-root": {
|
16832
|
-
backgroundColor: "#000000 !important",
|
16833
|
-
backdropFilter: "blur(4px)"
|
16832
|
+
// backgroundColor: "#000000 !important",
|
16833
|
+
// backdropFilter: "blur(4px)",
|
16834
16834
|
},
|
16835
16835
|
"& .MuiDrawer-paper": _objectSpread2({
|
16836
16836
|
width: width
|