FIX: Wrong volume slider color on hover #149

This commit is contained in:
Julien Maille 2022-01-22 11:52:46 +01:00
parent f9c30d230a
commit 273a5b3e7e

View file

@ -561,6 +561,7 @@ html.sidebar-hide-text .GlueDropTarget span {
.progress-bar {
--progress-bar-height: 2px;
--is-active-fg-color: #{spiceColor("subtext")};
--fg-color: #{spiceColor("button")};
--bg-color: #{spiceColor("text", 0.2)};
}