fix: remove css variable lineHeightBase

This commit is contained in:
QiShaoXuan
2023-02-07 17:20:08 +08:00
parent e1f4b6f8f2
commit de963fe13b
3 changed files with 4 additions and 5 deletions
-1
View File
@@ -193,7 +193,6 @@ export const globalThemeVariables: (
'--affine-font-sm': theme.font.sm, // small
'--affine-font-xs': theme.font.xs, // tiny
// '--affine-line-height-base': theme.font.lineHeightBase,
'--affine-line-height': theme.font.lineHeight,
'--affine-z-index-modal': theme.zIndex.modal,