Skip to content

Commit

Permalink
fix(refresher): use refresher icon color from Sass var
Browse files Browse the repository at this point in the history
fixes #10479
  • Loading branch information
brandyscarney committed Feb 27, 2017
1 parent 176aa23 commit 116ae38
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/components/refresher/refresher.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,18 @@ ion-refresher-content {
color: $refresher-text-color;
}

.refresher-refreshing .spinner-ios line,
.refresher-refreshing .spinner-ios-small line,
.refresher-refreshing .spinner-crescent circle {
stroke: $refresher-icon-color;
}

.refresher-refreshing .spinner-bubbles circle,
.refresher-refreshing .spinner-circles circle,
.refresher-refreshing .spinner-dots circle {
fill: $refresher-icon-color;
}


// Refresher Content States
// --------------------------------------------------
Expand Down

0 comments on commit 116ae38

Please sign in to comment.