From 42676b2674dabf2f4e76191e2e40dcbdae49e5d1 Mon Sep 17 00:00:00 2001 From: dtoro Date: Wed, 11 Mar 2026 22:18:01 +0100 Subject: [PATCH] fix: color path --- frontend/src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles.css b/frontend/src/styles.css index c2289ca..e04286b 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -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 {