fix: color path

This commit is contained in:
2026-03-11 22:18:01 +01:00
parent fddc6488ea
commit 42676b2674

View File

@@ -152,7 +152,7 @@ body {
.react-flow__edge path.animated-edge-path.animated-edge-path--updating,
.animated-edge-path.animated-edge-path--updating {
stroke: hsl(var(--primary));
stroke: hsl(217 91% 60%);
}
@keyframes edge-flow {