mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-18 18:41:52 +08:00
Merge branch 'canary' into stable
This commit is contained in:
@@ -11,12 +11,8 @@ globalStyle('html', {
|
||||
vars: lightCssVariables,
|
||||
});
|
||||
|
||||
globalStyle('html', {
|
||||
'@media': {
|
||||
'(prefers-color-scheme: dark)': {
|
||||
vars: darkCssVariables,
|
||||
},
|
||||
},
|
||||
globalStyle('html[data-theme="dark"]', {
|
||||
vars: darkCssVariables,
|
||||
});
|
||||
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
|
||||
Reference in New Issue
Block a user