mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 10:36:22 +08:00
chore: fix color (#2049)
Co-authored-by: JimmFly <yangjinfei001@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user