mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-08 22:48:14 -05:00
Added hover to X on edge
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user