Skip to content

Commit a247bf5

Browse files
committed
Fix: fix the color of completion stock to be primary color instead of info color
1 parent d3235af commit a247bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/course-home/progress-tab/course-completion/CompletionDonutChart.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
.donut-ring, .donut-segment, .donut-hole {
5858
&.complete-stroke {
59-
stroke: var(--pgn-color-info-500);
59+
stroke: var(--pgn-color-primary-500);
6060
}
6161

6262
&.divider-stroke {

0 commit comments

Comments
 (0)