mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -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)
|
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>
|
</div>
|
||||||
</foreignObject>
|
</foreignObject>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user