fix(ui): workspace pane now respects app theme (#807)

Closes #786. Seven hardcoded dark-mode rgba values replaced with theme-aware CSS vars.
This commit is contained in:
nesquena-hermes
2026-04-21 10:36:33 -07:00
committed by GitHub
parent 312a493a72
commit e05fc4e0e4
3 changed files with 12 additions and 7 deletions

View File

@@ -1,5 +1,10 @@
# Hermes Web UI -- Changelog
## [v0.50.131] — 2026-04-21
### Fixed
- **Workspace pane now respects the app theme** — six hardcoded dark-mode `rgba(255,255,255,...)` colors in the workspace panel CSS have been replaced with theme-aware CSS variables (`--hover-bg`, `--border2`, `--code-inline-bg`). The file list hover, panel icon buttons, preview table rows, and the preview edit textarea now all update correctly when switching between light and dark themes. Reported in #786. (#807)
## [v0.50.130] — 2026-04-21
### Fixed