From 4ede1a4fb12747e6d940f35decd9da5c67ff7c98 Mon Sep 17 00:00:00 2001 From: Bruno Charest Date: Mon, 30 Mar 2026 22:44:22 -0400 Subject: [PATCH] feat: update tree item and action button icons to use accent color instead of secondary/muted colors --- frontend/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/style.css b/frontend/style.css index 0aa274e..816e665 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -881,7 +881,7 @@ select { width: 16px; height: 16px; flex-shrink: 0; - color: var(--text-secondary); + color: var(--accent); } .tree-item.active .icon { color: var(--accent); @@ -900,7 +900,7 @@ select { border: 1px solid var(--border); border-radius: 6px; background: var(--bg-secondary); - color: var(--text-muted); + color: var(--accent); cursor: pointer; opacity: 1; pointer-events: auto;