File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ export default function SearchBar() {
192192 onChange = { ( e ) => setQuery ( e . target . value ) }
193193 onKeyDown = { onKeyDown }
194194 placeholder = "Search Address / Tx Hash / Block / Token / NFT"
195- className = "w-full bg-dark-700/80 backdrop-blur border border-dark-500 px-4 py-2 pl-10 text-sm text-fg placeholder-gray-500 rounded-full shadow-md shadow-black/20 focus:outline-none focus:border-accent-primary focus:ring-2 focus:ring-accent-primary/40 transition"
195+ className = "search-input w-full bg-dark-700/80 backdrop-blur border border-dark-500 px-4 py-2 pl-10 text-sm rounded-full shadow-md shadow-black/20 focus:outline-none focus:border-accent-primary focus:ring-2 focus:ring-accent-primary/40 transition"
196196 />
197197 < svg
198198 className = "absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-500"
Original file line number Diff line number Diff line change 8686 @apply hover:border-dark-500 hover:shadow-lg hover:shadow-black/30;
8787 }
8888
89+ .search-input {
90+ color : # fff ;
91+ caret-color : # fff ;
92+ }
93+
94+ .search-input ::placeholder {
95+ color : rgb (255 255 255 / 0.72 );
96+ }
97+
8998 .btn {
9099 @apply px-3 py-1.5 font-medium rounded-lg transition-all duration-150;
91100 @apply focus-visible:outline-none focus-visible:ring-2;
You can’t perform that action at this time.
0 commit comments