From 8d9cdf3df52f1b1a47f5362dac76ec83b24c482c Mon Sep 17 00:00:00 2001 From: Julien Maille Date: Fri, 4 Mar 2022 08:24:33 +0100 Subject: [PATCH] FIX progress-bar hover color --- src/styles/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/main.scss b/src/styles/main.scss index e5ee9db..d802a19 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -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)}; }