From f2cd6fa11c1617836b75c5e78f56425cb06357c6 Mon Sep 17 00:00:00 2001 From: zenchantlive Date: Thu, 26 Feb 2026 16:34:13 -0800 Subject: [PATCH] fix(graph): make DAG background themable and improve contrast - Replace hardcoded blue radial gradient with theme variable - Update graph-view to use new token system - Ensure status colors (red/green/amber) remain consistent across all themes - DAG background now changes with theme while maintaining card visibility --- src/components/graph/graph-view.tsx | 8 ++++---- src/components/graph/smart-dag.tsx | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/graph/graph-view.tsx b/src/components/graph/graph-view.tsx index 0a727e5..6a41367 100644 --- a/src/components/graph/graph-view.tsx +++ b/src/components/graph/graph-view.tsx @@ -22,8 +22,8 @@ export function GraphView({ hideClosed = false, }: GraphViewProps) { return ( -
-
+
+

Graph View @@ -32,7 +32,7 @@ export function GraphView({