fix theme issues

This commit is contained in:
Will Freeman
2024-11-13 11:19:38 -07:00
parent 18485579f5
commit fb149b4580
5 changed files with 6 additions and 35 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ const vuetify = createVuetify({
components,
directives,
theme: {
defaultTheme: 'dark',
defaultTheme: 'light',
}
})