From 273a5b3e7ee5cf1d03493c52ff8b596d58f9d2af Mon Sep 17 00:00:00 2001 From: Julien Maille Date: Sat, 22 Jan 2022 11:52:46 +0100 Subject: [PATCH] FIX: Wrong volume slider color on hover #149 --- src/styles/main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/main.scss b/src/styles/main.scss index db0f8b7..00d1f79 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -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)}; }