Skip to content

Commit

Permalink
Update Header.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
KyngKai909 authored Jun 16, 2024
1 parent 5e56566 commit d41b597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const Header = () => {
<input
ref={searchRef}
type="search"
className="hidden lg:flex input border-white border-opacity-10 border-1 text-sm font-normal w-full lg:w-80"
className="hidden lg:flex input border-white border-opacity-10 border-1 text-white/30 text-[12px] font-normal w-full lg:w-80"
placeholder="Quickly search the entire site"
onChange={ev => setSearch(ev.target.value)}
value={search}
Expand Down

0 comments on commit d41b597

Please sign in to comment.