Added gentle glow effect to outer edge of nodesx.

This commit is contained in:
Nicole Rappe 2025-03-30 01:37:41 -06:00
parent b1c7424026
commit 6bfce8ba54

View File

@ -47,8 +47,12 @@ const CustomNode = ({ data }) => {
fontSize: "12px",
minWidth: "160px",
maxWidth: "260px",
boxShadow: "0 0 10px rgba(0,0,0,0.2)",
position: "relative"
boxShadow: `
0 0 5px rgba(88, 166, 255, 0.1),
0 0 10px rgba(88, 166, 255, 0.1)
`,
position: "relative",
transition: "box-shadow 0.3s ease-in-out"
}}>
<Handle
type="target"