Skip to content

Commit

Permalink
Use blue for the spinner color. H/t @carljbowman
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Schamp committed Nov 4, 2015
1 parent 6f50282 commit 0420457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/spinner/spinner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
animation: circleFadeDelay 1.2s infinite ease-in-out both;
margin: 0 auto;
border-radius: 100%;
background-color: $overlay-gray;
background-color: darken($ui-blue, 8%);
width: 15%;
height: 15%;
content: "";
Expand Down

0 comments on commit 0420457

Please sign in to comment.