feat: update progress bar styling to increase height and change background color
This commit is contained in:
@@ -132,9 +132,9 @@ function updateModuleSelectorButtonProgress() {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
height: 2px;
|
height: 3px;
|
||||||
width: ${percentComplete}%;
|
width: ${percentComplete}%;
|
||||||
background-color: var(--primary-color);
|
background-color: var(--primary-light);
|
||||||
border-radius: 0 3px 3px 0;
|
border-radius: 0 3px 3px 0;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user