From: stanislavh Date: Fri, 10 Feb 2023 09:57:22 +0000 (+0100) Subject: SONAR-18364 An icon lacks 3 to 1 contrast ratio X-Git-Tag: 10.0.0.68432~235 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7269886ccc200d2a90176c24ba987890bce0df9e;p=sonarqube.git SONAR-18364 An icon lacks 3 to 1 contrast ratio --- diff --git a/server/sonar-web/src/main/js/components/icons/SeverityIcon.tsx b/server/sonar-web/src/main/js/components/icons/SeverityIcon.tsx index 783c6c984e8..6bff6be69ab 100644 --- a/server/sonar-web/src/main/js/components/icons/SeverityIcon.tsx +++ b/server/sonar-web/src/main/js/components/icons/SeverityIcon.tsx @@ -84,7 +84,7 @@ function MinorSeverityIcon(iconProps: IconProps) { ); @@ -95,7 +95,7 @@ function InfoSeverityIcon(iconProps: IconProps) { );