mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 00:15:48 +01:00
🎨 Improve UI by changing dark mode colors
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user