chore: fix color (#2049)

Co-authored-by: JimmFly <yangjinfei001@gmail.com>
This commit is contained in:
Flrande
2023-04-20 22:13:20 +08:00
committed by GitHub
parent 97b1a31f8d
commit b2e93433e1
5 changed files with 9 additions and 15 deletions
+3
View File
@@ -30,6 +30,9 @@ const CssVariablesInjector = memo<{
return variables;
}, {} as AffineCssVariables),
},
body: {
color: 'var(--affine-text-primary-colorr)',
},
html: {
fontFamily: theme.fontFamily,
fontSize: theme.fontBase,