Skip to content

Commit 73b9b9d

Browse files
Fix styling issues
1 parent 6eff959 commit 73b9b9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/(public)/_components/hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export function Hero() {
6767
<input
6868
type="text"
6969
placeholder="Type a language (optional)"
70-
className="w-full max-w-xs bg-transparent rounded-tr-none rounded-br-none input input-bordered text-hacktoberfest-light border-hacktoberfest-light
70+
className="w-full max-w-xs bg-transparent input input-bordered text-hacktoberfest-light border-hacktoberfest-light
7171
focus:border-hacktoberfest-light focus:!outline-none focus-visible:!outline-none placeholder:text-hacktoberfest-light text-sm sm:text-base"
7272
name="search"
7373
/>
@@ -145,7 +145,7 @@ export function Hero() {
145145
form="hero-search-form"
146146
aria-label="Search repositories"
147147
title="Search"
148-
className="bg-transparent rounded-tl-none rounded-bl-none group btn text-hacktoberfest-light border-hacktoberfest-light hover:!border-hacktoberfest-light hover:bg-primary-btn-hover-gradient flex items-center gap-2 px-5"
148+
className="bg-transparent group btn text-hacktoberfest-light border-hacktoberfest-light hover:!border-hacktoberfest-light hover:bg-primary-btn-hover-gradient flex items-center gap-2 px-5"
149149
>
150150
<Search size={16} className="sm:w-5 sm:h-5" />
151151
<span className="text-sm sm:text-base">Search</span>

0 commit comments

Comments
 (0)