From e844ac62843438190dc7021c423c672293ac8251 Mon Sep 17 00:00:00 2001 From: jarvis2f <137974272+jarvis2f@users.noreply.github.com> Date: Sat, 18 Jan 2025 19:11:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20Fix=20some=20color=20in?= =?UTF-8?q?correct=20in=20dark=20theme.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/auto-download-dialog.tsx | 26 +++++++++++---------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/web/src/components/auto-download-dialog.tsx b/web/src/components/auto-download-dialog.tsx index d3af199..59e5cfd 100644 --- a/web/src/components/auto-download-dialog.tsx +++ b/web/src/components/auto-download-dialog.tsx @@ -70,7 +70,9 @@ export default function AutoDownloadDialog() { }); if (isLoading) { - return
; + return ( + + ); } return ( @@ -102,12 +104,12 @@ export default function AutoDownloadDialog() { {chat.autoRule && (