Skip to content

Commit

Permalink
UI updated
Browse files Browse the repository at this point in the history
  • Loading branch information
anilkrrana committed Jan 4, 2024
1 parent 7039638 commit ad6af75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const Header = () => {
</div>
<input
type="text"
className="bg-transparent outline-none text-white pr-5 pl-5 md:pl-0 w-44 md:group-focus-within:pl-0 md:w-64 lg:w-[500px]"
className="bg-transparent outline-none text-black pr-5 pl-5 md:pl-0 w-44 md:group-focus-within:pl-0 md:w-64 lg:w-[500px]"
onChange={(e) => setSearchQuery(e.target.value)}
onKeyUp={searchQueryHandler}
placeholder="Search"
Expand All @@ -84,7 +84,7 @@ const Header = () => {
className="w-[40px] md:w-[60px] h-8 md:h-10 flex items-center justify-center border border-l-0 border-[#303030] rounded-r-3xl bg-white/[0.1]"
onClick={() => searchQueryHandler("searchButton")}
>
<IoIosSearch className="text-white text-xl" />
<IoIosSearch className="text-black text-xl" />
</button>
</div>
<div className="flex items-center">
Expand Down

1 comment on commit ad6af75

@vercel
Copy link

@vercel vercel bot commented on ad6af75 Jan 4, 2024

Choose a reason for hiding this comment

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

Please sign in to comment.