Skip to content

Commit

Permalink
fix: delete think button text
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Sep 6, 2023
1 parent c6b0f39 commit 1fb9944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/thinking/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
确定
</StyledButton>
Expand Down

1 comment on commit 1fb9944

@vercel
Copy link

@vercel vercel bot commented on 1fb9944 Sep 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

shiro-innei.vercel.app
springtide.vercel.app
shiro-git-main-innei.vercel.app
innei.in

Please sign in to comment.