diff --git a/src/frontend/src/contexts/tabsContext.tsx b/src/frontend/src/contexts/tabsContext.tsx index a7ddf11f8..479131db2 100644 --- a/src/frontend/src/contexts/tabsContext.tsx +++ b/src/frontend/src/contexts/tabsContext.tsx @@ -195,7 +195,7 @@ export function TabsProvider({ children }: { children: ReactNode }) { if (!flow.data || !flow.data.edges) return; flow.data.edges.forEach((edge) => { edge.className = ""; - edge.style = { stroke: "#555555" }; + edge.style = { stroke: "#555" }; }); } @@ -472,7 +472,7 @@ export function TabsProvider({ children }: { children: ReactNode }) { sourceHandle, targetHandle, id, - style: { stroke: "inherit" }, + style: { stroke: "#555" }, className: targetHandle.split("|")[0] === "Text" ? "stroke-gray-800 "