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/accordion.scss b/app/common/styles/elements/accordion.scss
index 7e10227..767f7f2 100644
--- a/app/common/styles/elements/accordion.scss
+++ b/app/common/styles/elements/accordion.scss
@@ -40,7 +40,7 @@
 // Single event log card
 .accord-row {
   position: relative;
-  border: 1px solid $lightgrey;
+  border: 1px solid $medgrey;
   padding: 1em 1em 1em 0em;
   margin: .65em 0;
   background: $white;
@@ -54,6 +54,6 @@
     cursor: pointer;
   }
   &:last-child {
-    border-bottom: 1px solid $lightgrey;
+    border-bottom: 1px solid $medgrey;
   }
 }
\ No newline at end of file
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;