From 8daff17d6a8985b1a4ea241f000f37c4a9507085 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Fri, 29 Sep 2023 10:33:26 +0200 Subject: [PATCH] Change linear-progress bar background color for dark mode (#18059) --- src/resources/styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/resources/styles.ts b/src/resources/styles.ts index 5946c95d10..cbdcc39c73 100644 --- a/src/resources/styles.ts +++ b/src/resources/styles.ts @@ -14,6 +14,7 @@ export const darkStyles = { "switch-unchecked-track-color": "#9b9b9b", "divider-color": "rgba(225, 225, 225, .12)", "mdc-ripple-color": "#AAAAAA", + "mdc-linear-progress-buffer-color": "rgba(255, 255, 255, 0.1)", "input-idle-line-color": "rgba(255, 255, 255, 0.42)", "input-hover-line-color": "rgba(255, 255, 255, 0.87)",