Browse Source

align yellow collor with graph in logs table

Torkel Ödegaard 7 years ago
parent
commit
683b718e2b
1 changed files with 1 additions and 1 deletions
  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;
     }
   }