From 7269886ccc200d2a90176c24ba987890bce0df9e Mon Sep 17 00:00:00 2001 From: stanislavh Date: Fri, 10 Feb 2023 10:57:22 +0100 Subject: [PATCH] SONAR-18364 An icon lacks 3 to 1 contrast ratio --- .../sonar-web/src/main/js/components/icons/SeverityIcon.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { ); -- 2.39.5