@sinco/react 1.0.10-rc.11 → 1.0.10-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 +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -10819,7 +10819,7 @@ const typography = {
10819
10819
  },
10820
10820
  body3: {
10821
10821
  fontFamily: "Roboto",
10822
- fontWeight: 310,
10822
+ fontWeight: 300,
10823
10823
  fontSize: 12,
10824
10824
  letterSpacing: 0.17,
10825
10825
  lineHeight: 1.2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.10-rc.11",
3
+ "version": "1.0.10-rc.13",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",