fix(ui): restore tool call colors in dark mode

Use a dedicated --text-on-accent token for accent chips/checkmarks and tweak task list item surfaces so task/todo renderers keep contrast in dark mode.
This commit is contained in:
Shantur Rathore
2026-02-03 22:09:02 +00:00
parent f1520be777
commit 86db407c0b
3 changed files with 6 additions and 3 deletions

View File

@@ -18,6 +18,7 @@
--text-secondary: #334155;
--text-muted: #475569;
--text-inverted: #ffffff;
--text-on-accent: #ffffff;
/* Accent tokens */
--accent-primary: #0066ff;
@@ -191,6 +192,7 @@
--text-secondary: #999999;
--text-muted: #999999;
--text-inverted: #1a1a1a;
--text-on-accent: #f5f6f8;
/* Accent tokens */
--accent-primary: #0080ff;
@@ -357,6 +359,7 @@
--text-secondary: #999999;
--text-muted: #999999;
--text-inverted: #1a1a1a;
--text-on-accent: #f5f6f8;
/* Accent tokens */
--accent-primary: #0080ff;