Skip to content

Commit 8b5c5e3

Browse files
committed
fix(cpb): applying migrations for 19.1.1
1 parent 1e43ae7 commit 8b5c5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/data-display/circular-progressbar/circular-styling-sample/circular-styling-sample.component.scss

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

33
$custom-theme: progress-circular-theme(
44
$base-circle-color: lightgray,
5-
$progress-circle-color: rgb(32, 192, 17),
5+
$fill-color-default: rgb(32, 192, 17),
66
);
77

88
@include css-vars($custom-theme);

0 commit comments

Comments
 (0)