Explorar el Código

css: Fix navback color

JC Brand hace 3 meses
padre
commit
c849de4c74
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/plugins/chatview/styles/index.scss

+ 1 - 1
src/plugins/chatview/styles/index.scss

@@ -220,7 +220,7 @@
                     display: flex;
                     .fa-arrow-left {
                         svg {
-                            fill: var(--chat-color);
+                            fill: var(--chat-header-fg-color);
                         }
                     }
                 }