From 5a0568bec93792bf54cb57ce41613e06f6f7b10b Mon Sep 17 00:00:00 2001 From: Artur Lozovski Date: Fri, 15 Dec 2023 14:44:36 +0000 Subject: [PATCH] add dark styles to torrentActions --- crates/librqbit/webui/src/components/buttons/TorrentActions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/librqbit/webui/src/components/buttons/TorrentActions.tsx b/crates/librqbit/webui/src/components/buttons/TorrentActions.tsx index ac15f86..393983a 100644 --- a/crates/librqbit/webui/src/components/buttons/TorrentActions.tsx +++ b/crates/librqbit/webui/src/components/buttons/TorrentActions.tsx @@ -71,7 +71,7 @@ export const TorrentActions: React.FC<{ }; return ( -
+
{canUnpause && (