fix(refresher): use refresher icon color from Sass var

fixes #10479
This commit is contained in:
Brandy Carney
2017-02-27 16:11:45 -05:00
parent 176aa2303f
commit 116ae38ade

View File

@@ -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
// --------------------------------------------------