mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-04 02:49:57 +08:00
feat: publish local workspace (#1406)
This commit is contained in:
@@ -20,7 +20,14 @@ const ThemeInjector = React.memo<{
|
||||
return (
|
||||
<GlobalStyles
|
||||
styles={{
|
||||
'#__next': globalThemeVariables(themeStyle) as any,
|
||||
'#__next': {
|
||||
...globalThemeVariables(themeStyle),
|
||||
},
|
||||
html: {
|
||||
fontFamily: themeStyle.font.family,
|
||||
fontSize: themeStyle.font.base,
|
||||
lineHeight: themeStyle.font.lineHeight,
|
||||
},
|
||||
}}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user