Improve UI of concertListItem and eventListItem

This commit is contained in:
2024-10-10 18:43:38 +02:00
parent 5f8adbaf10
commit ba752fa906
13 changed files with 204 additions and 153 deletions

View File

@@ -17,7 +17,7 @@ const vuetify = createVuetify({
dark: true,
colors: {
primary: colors.blue.darken4,
secondary: colors.blue.lighten2,
secondary: colors.blue.lighten1,
sheet: colors.grey.darken4
}
},
@@ -25,7 +25,7 @@ const vuetify = createVuetify({
dark: false,
colors: {
primary: colors.blue.darken4,
secondary: colors.blue.darken2,
secondary: colors.blue.darken1,
sheet: colors.grey.lighten3
}
},