Skip to content

Commit

Permalink
Fix search icon light mode color
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlogand committed Mar 22, 2024
1 parent 150950e commit 6deca50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const Search = () => {
border-neutral-300 dark:border-neutral-500 hover:border-neutral-500 dark:hover:border-neutral-200"
}
>
<span className="text-neutral-100 flex">
<span className="dark:text-neutral-100 flex">
<SearchIcon />
</span>
<span className="grow">Search...</span>
Expand Down

0 comments on commit 6deca50

Please sign in to comment.