align yellow collor with graph in logs table

This commit is contained in:
Torkel Ödegaard 2018-12-08 09:45:02 -08:00
parent efede26eea
commit 683b718e2b

View File

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