@sinco/react 1.0.7-rc.21 → 1.0.7-rc.23

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 +3 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -7626,7 +7626,9 @@ const components = {
7626
7626
  },
7627
7627
  styleOverrides: {
7628
7628
  root: {
7629
- borderRadius: 1
7629
+ ".MuiChip-root": {
7630
+ borderRadius: 1
7631
+ }
7630
7632
  }
7631
7633
  }
7632
7634
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.7-rc.21",
3
+ "version": "1.0.7-rc.23",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",