Skip to content

Commit

Permalink
fix(spinners): spiral spinners have correct gradient tail color when …
Browse files Browse the repository at this point in the history
…using emotion colors. Fixes #3328
  • Loading branch information
perrygovier committed Apr 17, 2015
1 parent 6ee9e26 commit 7db6c7f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions scss/_spinner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,28 @@
stop-color: $spinner-light-fill;
}
}
&.spinner-stable .stop2 {
stop-color: $spinner-stable-fill;
}
&.spinner-positive .stop2 {
stop-color: $spinner-positive-fill;
}
&.spinner-calm .stop2 {
stop-color: $spinner-calm-fill;
}
&.spinner-balanced .stop2 {
stop-color: $spinner-balanced-fill;
}
&.spinner-assertive .stop2 {
stop-color: $spinner-assertive-fill;
}
&.spinner-energized .stop2 {
stop-color: $spinner-energized-fill;
}
&.spinner-royal .stop2 {
stop-color: $spinner-royal-fill;
}
&.spinner-dark .stop2 {
stop-color: $spinner-dark-fill;
}
}

0 comments on commit 7db6c7f

Please sign in to comment.