diff --git a/resources/js/Pages/Ticketing/Index.vue b/resources/js/Pages/Ticketing/Index.vue index 80ed2e2..220948f 100644 --- a/resources/js/Pages/Ticketing/Index.vue +++ b/resources/js/Pages/Ticketing/Index.vue @@ -216,7 +216,7 @@ v-for="ticket in filteredTickets" :key="ticket.id" type="button" - class="flex w-full gap-4 border-b border-gray-100 px-4 py-4 text-left transition hover:bg-gray-50:bg-gray-900/60 sm:px-5" + class="flex w-full gap-4 border-b border-gray-100 px-4 py-4 text-left transition hover:bg-gray-50 dark:hover:bg-gray-900/60 sm:px-5" :class="selectedTicketId === ticket.id ? 'bg-indigo-50/80' : ''" @click="selectTicket(ticket.id)" >