Skip to content

Commit

Permalink
fix: delete image icon isn't shown in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
YanceyOfficial committed Oct 18, 2024
1 parent 7f45303 commit a20c5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChatBox/InputBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ const InputBox: FC = () => {
<section className="group relative" key={idx}>
<span className="absolute -right-2 -top-2 hidden rounded-full bg-white group-hover:block">
<SolidCloseIcon
className="h-6 w-6 text-black dark:text-white"
className="h-6 w-6 text-black"
onClick={() => deleteBase64Image(idx)}
/>
</span>
Expand Down

0 comments on commit a20c5bb

Please sign in to comment.