feat: make default theme graphite with system mode detection

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-10 18:01:20 -04:00
parent 4e3ee9fb95
commit 532e099146
3 changed files with 33 additions and 31 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export const useLayoutStore = defineStore('layout', () => {
return (
themeSetting(userStore.getSetting('theme')) ??
themeSetting(tenantStore.getSetting('theme_default_mode')) ??
'light'
'system'
);
}