docs: release v1.20.2 — theme switcher actually works

This commit is contained in:
Nicolas Varrot
2026-02-13 00:30:30 +00:00
parent b60c0ce3c4
commit ba92ce8825
4 changed files with 12 additions and 4 deletions

View File

@@ -582,7 +582,8 @@
## Item #55
- **Date:** 2026-02-12
- **Priority:** high
- **Status:** pending
- **Status:** done
- **Completed:** 2026-02-13 — commit `b60c0ce`
- **Description:** Bug: Theme switcher (v1.20.0) doesn't work — clicking options closes the popup and nothing changes visually
- Root cause: the ThemeContext and CSS variables ARE being set correctly, but almost all components still use hardcoded Tailwind classes (bg-zinc-800, text-zinc-400, border-white/8, etc.) instead of the CSS variables
- The Tailwind classes override the CSS variables, so theme changes have zero visual effect