FIX progress-bar hover color

This commit is contained in:
Julien Maille 2022-03-04 08:24:33 +01:00
parent 9f5a988eca
commit 8d9cdf3df5

View file

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