@sinco/react 1.0.7-rc.12 → 1.0.7-rc.13

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 +8 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -8149,7 +8149,14 @@ const SincoTheme = createTheme(Object.assign({}, themeOptions, {
8149
8149
  size: "xsmall"
8150
8150
  },
8151
8151
  style: {
8152
- borderRadius: 8
8152
+ height: 16,
8153
+ borderRadius: "4px",
8154
+ fontFamily: "Roboto",
8155
+ fontSize: 10,
8156
+ fontStyle: "normal",
8157
+ fontWeight: 400,
8158
+ lineHeight: 10,
8159
+ letterSpacing: "0.15px"
8153
8160
  }
8154
8161
  }]
8155
8162
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.7-rc.12",
3
+ "version": "1.0.7-rc.13",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",