mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 04:38:23 +00:00
UI: fix light-mode chat toggle active state
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user