Explorar el Código

align yellow collor with graph in logs table

Torkel Ödegaard hace 7 años
padre
commit
683b718e2b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      public/sass/components/_panel_logs.scss

+ 1 - 1
public/sass/components/_panel_logs.scss

@@ -131,7 +131,7 @@ $column-horizontal-spacing: 10px;
   &--warning,
   &--warn {
     &::after {
-      background-color: $warn;
+      background-color: $yellow;
     }
   }