Added hover to X on edge

This commit is contained in:
Emir Karabeg
2025-01-30 11:25:45 -08:00
parent a6cb2ae0a7
commit e879a64d77

View File

@@ -56,7 +56,7 @@ export const CustomEdge = (props: EdgeProps) => {
props.data?.onDelete?.(props.id)
}}
>
<X className="h-5 w-5 text-red-500" />
<X className="h-5 w-5 text-red-500 hover:text-red-600" />
</div>
</foreignObject>
)}