fix help icon colors

This commit is contained in:
Triston Armstrong 2024-10-23 13:47:36 +07:00
parent 441269d435
commit 26ee1d8921
Signed by: tristonarmstrong
GPG Key ID: A23B48AE45EB6EFE

View File

@ -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"