Fix the toggle

This commit is contained in:
Manav Rathi 2025-02-04 18:31:34 +05:30
parent e3c09d7af0
commit f03fa338b1
No known key found for this signature in database

View File

@ -14,7 +14,9 @@ const getTheme = (appName: AppName): Theme => {
? { ...colorSchemes_ }
: { ...colorSchemes_, light: colorSchemes_.dark };
return createTheme({
cssVariables: true,
cssVariables: {
colorSchemeSelector: "class"
},
colorSchemes,
typography,
components,