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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user