From d30d80663148fb567f3f991c3456302360bcee27 Mon Sep 17 00:00:00 2001 From: Yves Gatesoupe Date: Thu, 1 Sep 2016 16:06:57 +0200 Subject: [PATCH] fix(component): switches white icon color on success background --- scss/_o-switches.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/_o-switches.scss b/scss/_o-switches.scss index 23af4fb0b4..2c42a6c550 100644 --- a/scss/_o-switches.scss +++ b/scss/_o-switches.scss @@ -92,6 +92,10 @@ .on { color: #000; + + &.icon-checkbox-tick { + color: white; + } } } }