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

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
@@ -7626,7 +7626,9 @@ const components = {
7626
7626
  },
7627
7627
  styleOverrides: {
7628
7628
  root: {
7629
- borderRadius: 1
7629
+ ".MuiChip-root": {
7630
+ borderRadius: "4px"
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.22",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",