mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
Fix the toggle
This commit is contained in:
parent
e3c09d7af0
commit
f03fa338b1
@ -14,7 +14,9 @@ const getTheme = (appName: AppName): Theme => {
|
||||
? { ...colorSchemes_ }
|
||||
: { ...colorSchemes_, light: colorSchemes_.dark };
|
||||
return createTheme({
|
||||
cssVariables: true,
|
||||
cssVariables: {
|
||||
colorSchemeSelector: "class"
|
||||
},
|
||||
colorSchemes,
|
||||
typography,
|
||||
components,
|
||||
|
Loading…
x
Reference in New Issue
Block a user