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

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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -7627,7 +7627,7 @@ const components = {
7627
7627
  styleOverrides: {
7628
7628
  root: {
7629
7629
  ".MuiChip-root": {
7630
- borderRadius: "4px"
7630
+ borderRadius: 1
7631
7631
  }
7632
7632
  }
7633
7633
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.7-rc.22",
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",