UI: fix light-mode chat toggle active state

This commit is contained in:
Tak Hoffman
2026-02-21 21:51:44 -06:00
parent 8920e281cc
commit 2e9ee22a9c
2 changed files with 20 additions and 0 deletions

View File

@@ -542,6 +542,12 @@
background: var(--bg-hover);
}
:root[data-theme="light"] .btn.active {
border-color: var(--accent);
background: var(--accent-subtle);
color: var(--accent);
}
:root[data-theme="light"] .btn.primary {
background: var(--accent);
border-color: var(--accent);