From 7947c8287bb3382e60139977ceb1e75505cb9ea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Thu, 27 May 2021 17:11:33 +0100 Subject: [PATCH] fix(ui): tweak colors --- ui/src/Styles/Components/_ManagedSilence.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/Styles/Components/_ManagedSilence.scss b/ui/src/Styles/Components/_ManagedSilence.scss index 869e9fc0c..a275950c2 100644 --- a/ui/src/Styles/Components/_ManagedSilence.scss +++ b/ui/src/Styles/Components/_ManagedSilence.scss @@ -19,10 +19,10 @@ } .silence-matcher-equal { - background-color: #006a4e; + background-color: #28c45c; } .silence-matcher-negative { - background-color: #c60c30; + background-color: #e4372e; } }