fix(FN-3847): restore pressed toggle contrast in dashboard views

- Switch pressed toggle foreground styling to use the --accent-text token
- Apply the contrast fix to AgentLogViewer and DocumentsView toggle styles
- Add regression coverage in AgentLogViewer tests for pressed-toggle contrast behavior
- Add a changeset for the @runfusion/fusion patch release

Fusion-Task-Id: FN-3847
This commit is contained in:
Fusion
2026-05-09 09:52:17 -07:00
committed by gsxdsm
parent 11061bbd84
commit 0a2f3d6024
4 changed files with 31 additions and 2 deletions

View File

@@ -555,7 +555,7 @@
.document-mode-toggle[aria-pressed="true"] {
background: var(--accent);
color: var(--text-on-accent);
color: var(--accent-text);
border-color: var(--accent);
}