fix(dashboard): drop themed background behind agent detail header avatar

The avatar already self-renders its colored badge; the wrapper's
var(--todo) tile produced a redundant outline around the icon.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
gsxdsm
2026-05-05 23:33:18 -07:00
parent 25178346ac
commit c9d7677ab0

View File

@@ -106,8 +106,6 @@
.agent-detail-icon {
width: calc(var(--space-lg) * 2 + var(--space-xs));
height: calc(var(--space-lg) * 2 + var(--space-xs));
border-radius: var(--radius-md);
background: var(--todo);
display: flex;
align-items: center;
justify-content: center;