@sinco/react 1.1.2-rc.26 → 1.1.2-rc.28

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.esm.js +2 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -9098,7 +9098,8 @@ var typography = {
9098
9098
  fontFamily: 'Nunito',
9099
9099
  fontSize: 16,
9100
9100
  fontWeight: 600,
9101
- lineHeight: 1.6,
9101
+ lineHeight: 1.4,
9102
+ letterSpacing: "0.009rem",
9102
9103
  '@media(max-width: 885px)': {
9103
9104
  fontSize: 17
9104
9105
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.1.2-rc.26",
3
+ "version": "1.1.2-rc.28",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",