From 1fb9944ef434a29402e9509cd564a1799793485d Mon Sep 17 00:00:00 2001 From: Innei Date: Wed, 6 Sep 2023 22:36:24 +0800 Subject: [PATCH] fix: delete think button text --- src/app/thinking/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/thinking/page.tsx b/src/app/thinking/page.tsx index faea6683b5..f72f8225b2 100644 --- a/src/app/thinking/page.tsx +++ b/src/app/thinking/page.tsx @@ -327,7 +327,7 @@ const DeleteButton = (props: { id: string }) => { handleDelete() dismiss() }} - className="bg-zinc-100/80 text-red-500 dark:bg-neutral-900/90" + className="bg-zinc-100/80 !text-red-500 dark:bg-neutral-900/90" > 确定