From 19b08b274266458c90d7b90da79f9fb1c1b2d114 Mon Sep 17 00:00:00 2001 From: ajnart Date: Sun, 4 Sep 2022 09:25:09 +0200 Subject: [PATCH] :art: Improve UI by changing dark mode colors --- src/components/AppShelf/AppShelf.tsx | 30 ++++++++----------------- src/modules/torrents/TorrentsModule.tsx | 4 ++-- 2 files changed, 11 insertions(+), 23 deletions(-) diff --git a/src/components/AppShelf/AppShelf.tsx b/src/components/AppShelf/AppShelf.tsx index a825e651a..c4e59219a 100644 --- a/src/components/AppShelf/AppShelf.tsx +++ b/src/components/AppShelf/AppShelf.tsx @@ -157,9 +157,9 @@ const AppShelf = (props: any) => { {categoryList.map((category, idx) => ( { {noCategory && noCategory.length > 0 ? ( { {downloadEnabled ? ( { > {t('accordions.downloads.text')} - + {torrentEnabled && ( <> - Torrents @@ -219,9 +210,6 @@ const AppShelf = (props: any) => { {usenetEnabled && ( <> {torrentEnabled && } - - Usenet - diff --git a/src/modules/torrents/TorrentsModule.tsx b/src/modules/torrents/TorrentsModule.tsx index 3a5b641d7..aa4e12a18 100644 --- a/src/modules/torrents/TorrentsModule.tsx +++ b/src/modules/torrents/TorrentsModule.tsx @@ -193,9 +193,9 @@ export default function TorrentsComponent() { }); return ( - + {rows.length > 0 ? ( - +
{ths}{rows}