@sinco/react 1.0.7-rc.16 → 1.0.7-rc.18

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 +5 -8
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -7626,7 +7626,7 @@ const components = {
7626
7626
  },
7627
7627
  styleOverrides: {
7628
7628
  root: {
7629
- borderRadius: 4
7629
+ borderRadius: "4px !important"
7630
7630
  }
7631
7631
  }
7632
7632
  },
@@ -8184,15 +8184,12 @@ const SincoTheme = createTheme(Object.assign({}, themeOptions, {
8184
8184
  size: "xsmall"
8185
8185
  },
8186
8186
  style: {
8187
- fontFamily: "Roboto",
8188
- fontStyle: "normal",
8189
- borderRadius: "4px",
8190
- fontSize: "10px",
8191
8187
  height: "16px",
8192
- fontWeight: 400,
8193
- lineHeight: "10px",
8194
- letterSpacing: 0.15,
8195
8188
  padding: 2,
8189
+ "&.MuiChip-label": {
8190
+ paddingLeft: "6px",
8191
+ paddingRight: "6px"
8192
+ },
8196
8193
  "&.MuiSvgIcon-root": {
8197
8194
  width: 12,
8198
8195
  height: 12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.7-rc.16",
3
+ "version": "1.0.7-rc.18",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",