From 116ae38adeb4e94e036218b1a2b2412f3a48d5e1 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 27 Feb 2017 16:11:45 -0500 Subject: [PATCH] fix(refresher): use refresher icon color from Sass var fixes #10479 --- src/components/refresher/refresher.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/components/refresher/refresher.scss b/src/components/refresher/refresher.scss index f7a58716ad..94b8260f89 100644 --- a/src/components/refresher/refresher.scss +++ b/src/components/refresher/refresher.scss @@ -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 // --------------------------------------------------