scrollbar dark theme
This commit is contained in:
parent
2f132c814d
commit
60f4b226ff
@ -102,6 +102,7 @@ export default function TicketList({ fetchingStateRef, incrementCurrentPage }: P
|
||||
overflow: "auto",
|
||||
overflowY: "auto",
|
||||
padding: "10px",
|
||||
colorScheme: "dark",
|
||||
}}
|
||||
>
|
||||
{sortedTickets.map(ticket =>
|
||||
|
Loading…
Reference in New Issue
Block a user