Skip to content

Commit a54b15b

Browse files
committed
debug: same fixes for themes
1 parent 47721b1 commit a54b15b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/middleware/ThemesManager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export class ThemesManager {
9090
document.body.style.setProperty("--color-text-secondary", "var(--text)");
9191
document.body.style.setProperty("--color-border", "var(--borders)");
9292
document.body.style.setProperty("--color-text-disabled", "var(--text-disabled)");
93+
document.body.style.setProperty("--color-bg-selected-secondary", "var(--bg-panel)");
9394
}
9495

9596
init(): void {

0 commit comments

Comments
 (0)