From f1fc12e2ac1000c33d24f56ab3d5371957289f64 Mon Sep 17 00:00:00 2001 From: Artur Lozovski Date: Fri, 15 Dec 2023 14:42:14 +0000 Subject: [PATCH] style-dark: progressBar --- crates/librqbit/webui/src/components/ProgressBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/librqbit/webui/src/components/ProgressBar.tsx b/crates/librqbit/webui/src/components/ProgressBar.tsx index d28d58e..b33f9e2 100644 --- a/crates/librqbit/webui/src/components/ProgressBar.tsx +++ b/crates/librqbit/webui/src/components/ProgressBar.tsx @@ -15,7 +15,7 @@ export const ProgressBar = ({ now, variant, label }: Props) => { }[variant ?? "info"]; return ( -
+