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

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.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.27",
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",