fix(ui): tweak colors

This commit is contained in:
Łukasz Mierzwa
2021-05-27 17:11:33 +01:00
committed by Łukasz Mierzwa
parent 954d3fe0ab
commit 7947c8287b

View File

@@ -19,10 +19,10 @@
}
.silence-matcher-equal {
background-color: #006a4e;
background-color: #28c45c;
}
.silence-matcher-negative {
background-color: #c60c30;
background-color: #e4372e;
}
}