|
|
@@ -21,7 +21,7 @@ const systemTheme = window.matchMedia("(prefers-color-scheme: dark)").matches
|
|
|
const theme = $q.cookies.get("theme") || systemTheme;
|
|
|
const localeCookie = Cookies.get("locale") || window.navigator.language;
|
|
|
console.log(theme, localeCookie);
|
|
|
-$q.dark.set(theme == "dark");
|
|
|
+$q.dark.set(theme == "light");
|
|
|
|
|
|
watch(
|
|
|
() => $q.dark.isActive,
|