feat: update progress bar styling to increase height and change background color

This commit is contained in:
Michael Czechowski
2025-05-20 00:39:54 +02:00
parent 0f368b7373
commit c00cac389c

View File

@@ -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;
`;