Skip to content

Commit

Permalink
color change
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderful-coyote committed Nov 5, 2023
1 parent 80eea24 commit 03250f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awesome-oss-docs/src/component/searchFilter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const SearchFilter = () => {
{/* Filter Bar */}
<div className="flex flex-1 items-center bg-white-500 rounded-lg border border-gray-500 p-2">
<select
className="w-full outline-none border-none text-gray-500"
className="w-full outline-none border-none text-white-500"
value={selectedFilter}
onChange={(e) => setSelectedFilter(e.target.value)}
>
Expand Down

0 comments on commit 03250f3

Please sign in to comment.