From 6bfce8ba548f1f7b1249a64f2e4040dde52d3bda Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sun, 30 Mar 2025 01:37:41 -0600 Subject: [PATCH] Added gentle glow effect to outer edge of nodesx. --- Data/WebUI/src/App.jsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Data/WebUI/src/App.jsx b/Data/WebUI/src/App.jsx index 7f5f7db..accfe5a 100644 --- a/Data/WebUI/src/App.jsx +++ b/Data/WebUI/src/App.jsx @@ -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" }}>