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

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