Frontmatter
| id | 8106 |
| title | Fix StrategyPanel main header color mismatch |
| state | Closed |
| labels | bugdesignai |
| assignees | tobiu |
| createdAt | Dec 13, 2025, 4:17 PM |
| updatedAt | Dec 13, 2025, 4:22 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8106 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 13, 2025, 4:22 PM |
The main header text of the
StrategyPanel("Strategy Dashboard") is currently rendering in the default cyan color instead of the intended golden (--agent-accent-strategy). The existing SCSS only applies the golden color to the inner KPI card headers (.agent-kpi-card-panel). This task will add a style rule to ensure the main header is also styled correctly.