]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-12503 Update Alert error icon color
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Thu, 3 Oct 2019 14:04:06 +0000 (16:04 +0200)
committerSonarTech <sonartech@sonarsource.com>
Wed, 9 Oct 2019 18:21:06 +0000 (20:21 +0200)
server/sonar-web/src/main/js/app/theme.js

index 12c77d52e75c6ca99930da8d5bf1b6d772ff55c3..65bf4bff0fc9791f45a20d05f9e53378f245b5f5 100644 (file)
@@ -79,7 +79,7 @@ module.exports = {
     alertBorderError: '#ebccd1',
     alertBackgroundError: '#f2dede',
     alertTextError: '#862422',
-    alertIconError: '#b81723',
+    alertIconError: '#a4030f',
 
     alertBorderWarning: '#faebcc',
     alertBackgroundWarning: '#fcf8e3',