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:
@@ -194,7 +194,7 @@
|
||||
}
|
||||
.ao-sidepanel-state {
|
||||
font-size: 11px;
|
||||
color: #22c55e;
|
||||
color: #94a3b8;
|
||||
}
|
||||
.ao-sidepanel-close {
|
||||
background: none;
|
||||
|
||||
Reference in New Issue
Block a user