aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>2019-10-03 16:04:06 +0200
committerSonarTech <sonartech@sonarsource.com>2019-10-09 20:21:06 +0200
commit89a27af94d6afe36d70e57474827f902d86270a6 (patch)
tree95dd8c0bbe0122e730f2a3c3cf95f708c0b40ca8
parentae57ef9b527884e39c284155cc5edeab8fabb5a5 (diff)
downloadsonarqube-89a27af94d6afe36d70e57474827f902d86270a6.tar.gz
sonarqube-89a27af94d6afe36d70e57474827f902d86270a6.zip
SONAR-12503 Update Alert error icon color
-rw-r--r--server/sonar-web/src/main/js/app/theme.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/app/theme.js b/server/sonar-web/src/main/js/app/theme.js
index 12c77d52e75..65bf4bff0fc 100644
--- a/server/sonar-web/src/main/js/app/theme.js
+++ b/server/sonar-web/src/main/js/app/theme.js
@@ -79,7 +79,7 @@ module.exports = {
alertBorderError: '#ebccd1',
alertBackgroundError: '#f2dede',
alertTextError: '#862422',
- alertIconError: '#b81723',
+ alertIconError: '#a4030f',
alertBorderWarning: '#faebcc',
alertBackgroundWarning: '#fcf8e3',