From 60f4b226ffaf8011d6a174e1428b8f126789b2e8 Mon Sep 17 00:00:00 2001 From: nflnkr Date: Wed, 29 Mar 2023 14:04:35 +0300 Subject: [PATCH] scrollbar dark theme --- src/pages/dashboard/Content/Support/TicketList/TicketList.tsx | 1 + 1 file changed, 1 insertion(+) 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 =>