feat: make default theme graphite with system mode detection
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -27,7 +27,7 @@ export const useLayoutStore = defineStore('layout', () => {
|
||||
return (
|
||||
themeSetting(userStore.getSetting('theme')) ??
|
||||
themeSetting(tenantStore.getSetting('theme_default_mode')) ??
|
||||
'light'
|
||||
'system'
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user