hotfix: styles

This commit is contained in:
2025-01-30 21:56:28 +01:00
parent 5f264e8b63
commit 2472814a03
2 changed files with 5 additions and 4 deletions
@@ -9,7 +9,7 @@
<ul class="flex flex-col gap-3">
<li v-for="timetable in globalStore.storageTimetables" class="text-left">
<button class="bg-zinc-900 p-2 w-full text-zinc-300 cursor-pointer hover:bg-zinc-800" @click="selectTimetable(timetable)">
<b>{{ timetable.category }} {{ timetable.trainNo }}</b> {{ timetable.route.replace('|', ' - ') }}
<b>{{ timetable.driverName }} {{ timetable.category }} {{ timetable.trainNo }}</b> {{ timetable.route.replace('|', ' - ') }}
</button>
</li>
</ul>