Skip to content

Commit 371ff7b

Browse files
committed
feat: update progress bar styling to increase height and change background color
1 parent 8d499bf commit 371ff7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ function updateModuleSelectorButtonProgress() {
132132
position: absolute;
133133
bottom: 0;
134134
left: 0;
135-
height: 2px;
135+
height: 3px;
136136
width: ${percentComplete}%;
137-
background-color: var(--primary-color);
137+
background-color: var(--primary-light);
138138
border-radius: 0 3px 3px 0;
139139
`;
140140

0 commit comments

Comments
 (0)