fix for displaying toolbar icons in dark theme

Change-Id: I129ef33cbf5576f14090502544053bd41154be7d
diff --git a/web/gui/src/main/webapp/app/fw/svg/glyph-theme.css b/web/gui/src/main/webapp/app/fw/svg/glyph-theme.css
index b6ee518..304ce82 100644
--- a/web/gui/src/main/webapp/app/fw/svg/glyph-theme.css
+++ b/web/gui/src/main/webapp/app/fw/svg/glyph-theme.css
@@ -23,7 +23,11 @@
     fill: black;
 }
 
+/*
+* NOTE: Keeping the theme black while we
+* wait for the mockup theme designs to be made
+*/
 .dark svg .glyph,
 .light svg .glyph.overlay {
-    fill: white;
+    fill: black;
 }