Преглед изворни кода

[frontend] Fix issue with incorrect logo color in sidebar after generation of css

Johan Ahlen пре 4 година
родитељ
комит
54f7de58f6
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      desktop/core/src/desktop/js/components/sidebar/hueSidebar.scss

+ 4 - 0
desktop/core/src/desktop/js/components/sidebar/hueSidebar.scss

@@ -51,3 +51,7 @@
     }
   }
 }
+
+.svg-hue-sidebar-logo-main {
+  fill: currentColor !important;
+}