From 327209dfd8db1f7cc37d77dff6356abd1d6a8252 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sun, 14 Jul 2024 09:48:38 +0200 Subject: [PATCH] nit light mode flow style --- frontend/src/lib/components/graph/FlowGraph.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/graph/FlowGraph.svelte b/frontend/src/lib/components/graph/FlowGraph.svelte index c352402952..45fa9efbdc 100644 --- a/frontend/src/lib/components/graph/FlowGraph.svelte +++ b/frontend/src/lib/components/graph/FlowGraph.svelte @@ -522,7 +522,7 @@ } } else if (module.value.type == 'branchone') { if (flowModuleStates?.[module.id]?.branchChosen == i) { - borderStatus = 'Success' + borderStatus = flowModuleStates?.[module.id]?.type } } items.push(