openclaw/ui
Jonathan Gelin bdbb872c07 fix(ui/usage): replace undefined --text-muted CSS variable with --muted
The usage tab styles referenced var(--text-muted) which is not defined
anywhere in the CSS. This resolved to transparent/initial, making text
invisible in dark mode. The correct variable is var(--muted) (#71717a),
which is used throughout the rest of the UI (85+ occurrences).

47 occurrences fixed across 3 style files.
2026-02-17 00:01:42 +01:00
..
public fix: migrate legacy gateway services 2026-01-30 04:01:31 +01:00
src fix(ui/usage): replace undefined --text-muted CSS variable with --muted 2026-02-17 00:01:42 +01:00
index.html fix: migrate legacy gateway services 2026-01-30 04:01:31 +01:00
package.json chore: Update deps. 2026-02-12 09:15:12 +09:00
vite.config.ts chore: Manually fix lint issues in `ui`. 2026-02-02 15:23:36 +09:00
vitest.config.ts chore: update deps and add control ui routing tests 2025-12-30 14:30:46 +01:00
vitest.node.config.ts chore: fix vitest standalone configs and update package description (#11865) 2026-02-08 05:24:50 -08:00