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) <noreply@anthropic.com>
This commit is contained in:
2026-05-18 07:57:57 +09:00
parent 2e9b0daec6
commit add2d8044c

View File

@@ -194,7 +194,7 @@
} }
.ao-sidepanel-state { .ao-sidepanel-state {
font-size: 11px; font-size: 11px;
color: #22c55e; color: #94a3b8;
} }
.ao-sidepanel-close { .ao-sidepanel-close {
background: none; background: none;