mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🎨 Fix icon color for inactive search state in search component
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
"pointer-events-none absolute top-1/2 left-2.5 -translate-y-1/2 transition-colors",
|
"pointer-events-none absolute top-1/2 left-2.5 -translate-y-1/2 transition-colors",
|
||||||
searchValue
|
searchValue
|
||||||
? "text-black dark:text-white"
|
? "text-black dark:text-white"
|
||||||
: "text-neutral-400 dark:text-neutral-600",
|
: "text-neutral-400 dark:text-neutral-500",
|
||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
<input
|
<input
|
||||||
|
|||||||
Reference in New Issue
Block a user