Skip to content

Commit 0aaef60

Browse files
opacity: 100%
1 parent c815454 commit 0aaef60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/searchbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ function SearchBar() {
8585
value={searchText}
8686
onChange={handleSearchChange}
8787
placeholder="Search..."
88-
className={`w-full rounded-xl border bg-[#7480FF] px-4 py-6 pr-10 text-white opacity-50 shadow-sm placeholder:text-white focus:outline-none focus:ring-2 ${loading ? "opacity-70" : ""}`}
88+
className={`w-full rounded-xl border bg-[#7480FF] px-4 py-6 pr-10 text-white shadow-sm placeholder:text-white focus:outline-none focus:ring-2 ${loading ? "opacity-70" : ""}`}
8989
/>
9090
<button
9191
type="submit"
9292
className="absolute inset-y-0 right-0 flex items-center pr-3"
9393
disabled
9494
>
9595
{" "}
96-
<Search className="h-5 w-5 text-white opacity-50" />
96+
<Search className="h-5 w-5 text-white " />
9797
</button>
9898
{loading && (
9999
<div className="absolute z-20 mt-2 w-full max-w-xl rounded-md border border-[#7480FF] bg-white p-2 text-center dark:bg-[#030712]">

0 commit comments

Comments
 (0)