style(modals): apply interactive-accent to active template tab to improve contrast

This commit is contained in:
Aleix Soler 2026-03-19 18:17:43 +01:00
parent cb3ab49efa
commit 019e70a899
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View file

@ -43,12 +43,12 @@
.note-status-template-tab:not(.is-active):hover {
background: var(--background-modifier-hover);
color: var(--text-normal);
color: var(--text-on-accent);
}
.note-status-template-tab.is-active {
background: var(--background-primary);
color: var(--text-normal);
background: var(--interactive-accent);
color: var(--text-on-accent);
box-shadow:
0 1px 3px rgba(0, 0, 0, 0.1),
0 0 0 1px var(--background-modifier-border);