From d8c356a008bc5c26aa537af3243289c8e7115b3a Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Sat, 16 Dec 2023 18:50:24 +0000 Subject: [PATCH] spinner CSS tweak --- crates/librqbit/webui/src/components/Spinner.tsx | 10 ++++++++-- crates/librqbit/webui/src/components/TorrentsList.tsx | 5 ++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/crates/librqbit/webui/src/components/Spinner.tsx b/crates/librqbit/webui/src/components/Spinner.tsx index 48c7b61..ab3e6a0 100644 --- a/crates/librqbit/webui/src/components/Spinner.tsx +++ b/crates/librqbit/webui/src/components/Spinner.tsx @@ -1,6 +1,12 @@ -export const Spinner = ({ label }: { label?: string }) => { +export const Spinner = ({ + label, + className, +}: { + label?: string; + className?: string; +}) => { return ( -
+

No existing torrents found.