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

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