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