Skip to content

Commit 7db6c7f

Browse files
committed
fix(spinners): spiral spinners have correct gradient tail color when using emotion colors. Fixes #3328
1 parent 6ee9e26 commit 7db6c7f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Diff for: scss/_spinner.scss

+24
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,28 @@
7373
stop-color: $spinner-light-fill;
7474
}
7575
}
76+
&.spinner-stable .stop2 {
77+
stop-color: $spinner-stable-fill;
78+
}
79+
&.spinner-positive .stop2 {
80+
stop-color: $spinner-positive-fill;
81+
}
82+
&.spinner-calm .stop2 {
83+
stop-color: $spinner-calm-fill;
84+
}
85+
&.spinner-balanced .stop2 {
86+
stop-color: $spinner-balanced-fill;
87+
}
88+
&.spinner-assertive .stop2 {
89+
stop-color: $spinner-assertive-fill;
90+
}
91+
&.spinner-energized .stop2 {
92+
stop-color: $spinner-energized-fill;
93+
}
94+
&.spinner-royal .stop2 {
95+
stop-color: $spinner-royal-fill;
96+
}
97+
&.spinner-dark .stop2 {
98+
stop-color: $spinner-dark-fill;
99+
}
76100
}

0 commit comments

Comments
 (0)