Modify color of gray texts
Change-Id: I4fa5c805448cc28066c8cb72b24184d541d9af95
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/common/styles/elements/toggle-switch.scss b/app/common/styles/elements/toggle-switch.scss
index 88b1def..4402a6c 100644
--- a/app/common/styles/elements/toggle-switch.scss
+++ b/app/common/styles/elements/toggle-switch.scss
@@ -39,7 +39,7 @@
padding: 2px;
width: 50px;
height: 30px;
- background-color: $lightgrey;
+ background-color: $medgrey;
@include borderRadius;
@include marginTransition;
}
@@ -66,7 +66,7 @@
left: 4px;
bottom: 4px;
width: 20px;
- background-color: $lightgrey;
+ background-color: $medgrey;
-webkit-border-radius: 52px;
-moz-border-radius: 52px;
-ms-border-radius: 52px;