mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
feat: modify theme colors (#1421)
This commit is contained in:
@@ -20,7 +20,10 @@ const ThemeInjector = React.memo<{
|
||||
return (
|
||||
<GlobalStyles
|
||||
styles={{
|
||||
'#__next': {
|
||||
// '#__next': {
|
||||
// ...globalThemeVariables(themeStyle),
|
||||
// },
|
||||
':root': {
|
||||
...globalThemeVariables(themeStyle),
|
||||
},
|
||||
html: {
|
||||
|
||||
Reference in New Issue
Block a user