]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-12545 More consistent colors for warning icon
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Thu, 10 Oct 2019 15:00:05 +0000 (17:00 +0200)
committerSonarTech <sonartech@sonarsource.com>
Mon, 21 Oct 2019 18:21:10 +0000 (20:21 +0200)
server/sonar-web/src/main/js/app/theme.js

index f8595e9a8618591caf4d9db3ae651073bb88a78d..1f689e956146668f69d7501f826e52c9b8894536 100644 (file)
@@ -82,7 +82,7 @@ module.exports = {
     lineCoverageGreen: '#b4dd78',
 
     // alerts
-    warningIconColor: '#e2bf41',
+    warningIconColor: '#eabe06',
 
     alertBorderError: '#f4b1b0',
     alertBackgroundError: '#f2dede',