Skip to content

Commit 9c54e02

Browse files
jelbournkara
authored andcommitted
fix(spinner): add missing selector for theming (#1272)
1 parent 4d0de2f commit 9c54e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/progress-circle/_progress-circle-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
$accent: map-get($theme, accent);
88
$warn: map-get($theme, warn);
99

10-
md-progress-circle {
10+
md-progress-circle, md-spinner {
1111
path {
1212
stroke: md-color($primary, 600);
1313
}

0 commit comments

Comments
 (0)