generated from Klectr/KTemplate
fix help icon colors
This commit is contained in:
parent
441269d435
commit
26ee1d8921
@ -18,7 +18,7 @@ export function HelpIcon({ onMouseOver, onMouseOut }: HelpIconProps) {
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
className="w-4 h-4 hover:text-blue-500 cursor-pointer"
|
||||
className="dark:text-[#5c5c5c] cursor-pointer w-4 h-4 text-[#9c9c9c] hover:text-blue-500 transition-color duration-300"
|
||||
>
|
||||
<circle
|
||||
cx="12"
|
||||
|
Loading…
Reference in New Issue
Block a user