Fix scroll icon color for light themes

This commit is contained in:
Bill Thornton
2026-07-02 13:34:40 -04:00
parent b22b8d1b76
commit 0594a2b886
+4
View File
@@ -133,6 +133,10 @@ html {
color: var(--jf-palette-primary-main, $primary-main);
}
.emby-scrollbuttons {
color: var(--jf-palette-text-secondary, $text-secondary);
}
a[data-role="button"],
.fab,
.raised {