mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-27 08:28:28 -06:00
Added gentle glow effect to outer edge of nodesx.
This commit is contained in:
@ -47,8 +47,12 @@ const CustomNode = ({ data }) => {
|
|||||||
fontSize: "12px",
|
fontSize: "12px",
|
||||||
minWidth: "160px",
|
minWidth: "160px",
|
||||||
maxWidth: "260px",
|
maxWidth: "260px",
|
||||||
boxShadow: "0 0 10px rgba(0,0,0,0.2)",
|
boxShadow: `
|
||||||
position: "relative"
|
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
|
<Handle
|
||||||
type="target"
|
type="target"
|
||||||
|
Reference in New Issue
Block a user