Skip to content

Commit 1fb9944

Browse files
committed
fix: delete think button text
1 parent c6b0f39 commit 1fb9944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/thinking/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ const DeleteButton = (props: { id: string }) => {
327327
handleDelete()
328328
dismiss()
329329
}}
330-
className="bg-zinc-100/80 text-red-500 dark:bg-neutral-900/90"
330+
className="bg-zinc-100/80 !text-red-500 dark:bg-neutral-900/90"
331331
>
332332
确定
333333
</StyledButton>

0 commit comments

Comments
 (0)