Skip to content

Commit

Permalink
Change on hover for instance
Browse files Browse the repository at this point in the history
Signed-off-by: greypilgrim <[email protected]>
  • Loading branch information
greypilgrim committed May 30, 2024
1 parent 78e399d commit aa55cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/src/components/Diagram/InsertPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const InstanceInsertItem: React.FC<InstanceInsertItemProps> = ({ label, s
}, []);

return (
<div className="flex flex-row items-center hover:brightness-200">
<div className="flex flex-row items-center hover:backdrop-brightness-200">
<div className="relative left-[1px] z-10 h-2 w-2 border-[1px] rounded-full bg-black border-white "></div>
<div
className={`flex flex-none justify-center items-center rounded h-11 w-24 z-0 ${style ?? defaultNodeStyle}`}
Expand Down

0 comments on commit aa55cdc

Please sign in to comment.