From 371ff7bafa377c891df9b40657ed253bfd2e2d40 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Tue, 20 May 2025 00:39:54 +0200 Subject: [PATCH] feat: update progress bar styling to increase height and change background color --- src/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.js b/src/app.js index 7948fc8..96851d6 100644 --- a/src/app.js +++ b/src/app.js @@ -132,9 +132,9 @@ function updateModuleSelectorButtonProgress() { position: absolute; bottom: 0; left: 0; - height: 2px; + height: 3px; width: ${percentComplete}%; - background-color: var(--primary-color); + background-color: var(--primary-light); border-radius: 0 3px 3px 0; `;