diff --git a/src/pages/dashboard/Content/Support/TicketList/TicketList.tsx b/src/pages/dashboard/Content/Support/TicketList/TicketList.tsx index f9e98a4..9e2d52e 100644 --- a/src/pages/dashboard/Content/Support/TicketList/TicketList.tsx +++ b/src/pages/dashboard/Content/Support/TicketList/TicketList.tsx @@ -102,6 +102,7 @@ export default function TicketList({ fetchingStateRef, incrementCurrentPage }: P overflow: "auto", overflowY: "auto", padding: "10px", + colorScheme: "dark", }} > {sortedTickets.map(ticket =>