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; } }