Light mode improvements, empty state on search page

This commit is contained in:
2024-11-26 20:58:10 +01:00
parent 1a4b438191
commit 1f6ebf5b2e
19 changed files with 135 additions and 86 deletions

View File

@@ -94,7 +94,7 @@ watch(() => router.currentRoute.value.params.date, () => {
<v-row>
<v-col>
<v-list >
<v-list style="background-color: transparent;">
<v-list-item v-for="seat in basketStore.selectedSeats" >
<ticket-list-item
:concert="concertStore.concert"