Ver código fonte

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

Johan Ahlen 4 anos atrás
pai
commit
54f7de58f6

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

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