File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,15 +85,15 @@ function SearchBar() {
85
85
value = { searchText }
86
86
onChange = { handleSearchChange }
87
87
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" : "" } ` }
89
89
/>
90
90
< button
91
91
type = "submit"
92
92
className = "absolute inset-y-0 right-0 flex items-center pr-3"
93
93
disabled
94
94
>
95
95
{ " " }
96
- < Search className = "h-5 w-5 text-white opacity-50 " />
96
+ < Search className = "h-5 w-5 text-white " />
97
97
</ button >
98
98
{ loading && (
99
99
< 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]" >
You can’t perform that action at this time.
0 commit comments