feat: modify theme colors (#1421)

This commit is contained in:
Qi
2023-03-09 02:29:56 +08:00
committed by GitHub
parent dc319f664f
commit 867ea9cf2b
6 changed files with 19 additions and 21 deletions

View File

@@ -20,7 +20,10 @@ const ThemeInjector = React.memo<{
return (
<GlobalStyles
styles={{
'#__next': {
// '#__next': {
// ...globalThemeVariables(themeStyle),
// },
':root': {
...globalThemeVariables(themeStyle),
},
html: {