Skip to content

Commit c4636ee

Browse files
fix: progress bar
1 parent 362db4d commit c4636ee

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

resources/dist.rc

-4 Bytes
Binary file not shown.

src/celemod-ui/src/components/DownloadList.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,9 @@
177177
top: 0;
178178

179179
.bar {
180-
background: lighten(theme.$primary, 5%);
180+
background: theme.$primary;
181+
height: 3px;
182+
border-radius: 4px;
181183
}
182184
}
183185
}

0 commit comments

Comments
 (0)