From add2d8044c19f53f17d4a09d8a716312946a4c43 Mon Sep 17 00:00:00 2001 From: gahusb Date: Mon, 18 May 2026 07:57:57 +0900 Subject: [PATCH] style(agent-office): neutral color for sidepanel state line Was hardcoded #22c55e (green) regardless of actual state, making error/break states look healthy. Switch to muted #94a3b8. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/pages/agent-office/AgentOffice.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/agent-office/AgentOffice.css b/src/pages/agent-office/AgentOffice.css index 1ea60a7..35030fe 100644 --- a/src/pages/agent-office/AgentOffice.css +++ b/src/pages/agent-office/AgentOffice.css @@ -194,7 +194,7 @@ } .ao-sidepanel-state { font-size: 11px; - color: #22c55e; + color: #94a3b8; } .ao-sidepanel-close { background: none;