feat: make default theme graphite with system mode detection
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -24,7 +24,9 @@ export default createVuetify({
|
||||
adapter: createVueI18nAdapter({ i18n, useI18n }),
|
||||
},
|
||||
theme: {
|
||||
defaultTheme: 'light',
|
||||
// Follow the browser/OS color scheme by default; matters especially for
|
||||
// the public (unauthenticated) app, where no theme store ever runs.
|
||||
defaultTheme: 'system',
|
||||
themes,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user