File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/app/(public)/_components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments