Move Navigation from NavDrawer to AppBar, redesign page structure and routes

This commit is contained in:
2024-09-27 13:08:43 +02:00
parent 941fd711d5
commit e3863058a0
38 changed files with 184 additions and 92 deletions

View File

@@ -20,7 +20,7 @@ const vuetify = createVuetify({
secondary: colors.red.lighten2
}
},
lightRed: {
lightRed: {
dark: false,
colors: {
primary: colors.red.darken1,
@@ -30,7 +30,7 @@ const vuetify = createVuetify({
darkBlue: {
dark: true,
colors: {
primary: colors.blue.darken1,
primary: colors.blue.darken4,
secondary: colors.blue.lighten2
}
},