@sinco/react 1.0.15-rc.6 → 1.0.15-rc.7

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 +3 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -16635,7 +16635,9 @@ const DrawerComponent = ({
16635
16635
  direction: "row",
16636
16636
  py: 1.5,
16637
16637
  px: 1,
16638
- bgcolor: "secondary"
16638
+ sx: {
16639
+ backgroundColor: 'secondary'
16640
+ }
16639
16641
  }, /*#__PURE__*/React__default.createElement(Typography$1, {
16640
16642
  sx: Object.assign({}, SincoTheme.typography.h6, sx),
16641
16643
  variant: "h6"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.15-rc.6",
3
+ "version": "1.0.15-rc.7",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",