fix(FN-3725): define accent text token across dashboard themes
- Add --accent-text token definitions in global and per-theme CSS blocks for consistent readable foreground contrast - Extend theme coverage tests to assert accent text token presence across generated theme variants - Add a changeset for @runfusion/fusion documenting the theme token fix - Update agent guidance reference to include the new token requirement Fusion-Task-Id: FN-3725
This commit is contained in:
@@ -379,6 +379,8 @@ html {
|
||||
|
||||
/* === Accent Color === */
|
||||
--accent: #7c5cbf;
|
||||
/* Foreground for content rendered on `--accent` (e.g., user chat bubble, primary FAB icon). Choose a value with WCAG AA contrast against the paired `--accent` in the same block. */
|
||||
--accent-text: #ffffff;
|
||||
|
||||
/* === Log Entry Background Tokens === */
|
||||
--log-tool-bg: color-mix(in srgb, var(--accent) 8%, transparent);
|
||||
|
||||
Reference in New Issue
Block a user