@semi-bot/semi-theme-hishelper 1.0.1 → 1.0.2
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.
- package/package.json +1 -1
- package/raw.json +3 -3
package/package.json
CHANGED
package/raw.json
CHANGED
|
@@ -785,12 +785,12 @@
|
|
|
785
785
|
"--semi-border-radius-extra-small": "3px"
|
|
786
786
|
},
|
|
787
787
|
"typography-base": {
|
|
788
|
-
"scale":
|
|
788
|
+
"scale": 1.125,
|
|
789
789
|
"wordSpace": 0,
|
|
790
790
|
"fontFamily": "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif",
|
|
791
791
|
"letterSpace": 0,
|
|
792
|
-
"baseFontSize": "
|
|
793
|
-
"lineHeightMultiplier": 1.
|
|
792
|
+
"baseFontSize": "12px",
|
|
793
|
+
"lineHeightMultiplier": 1.2
|
|
794
794
|
},
|
|
795
795
|
"globalScssVariables": {}
|
|
796
796
|
}
|