fix(ui): patch responsive and tailwind bugs
This commit is contained in:
@@ -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)"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user