🎨 Improve UI by changing dark mode colors

This commit is contained in:
ajnart
2022-09-04 09:25:09 +02:00
parent bf1e057cc2
commit 19b08b2742
2 changed files with 11 additions and 23 deletions

View File

@@ -193,9 +193,9 @@ export default function TorrentsComponent() {
});
return (
<ScrollArea mt="xl" sx={{ height: 300, width: '100%' }}>
<ScrollArea sx={{ height: 300, width: '100%' }}>
{rows.length > 0 ? (
<Table highlightOnHover>
<Table highlightOnHover p="sm">
<thead>{ths}</thead>
<tbody>{rows}</tbody>
</Table>