diff options
author | Revanshu Paliwal <revanshu.paliwal@sonarsource.com> | 2024-10-09 19:09:37 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-10-11 20:02:43 +0000 |
commit | a413935aa2a1ae0e78eab1111244556ec46726b8 (patch) | |
tree | c065bf3aa8a6f862f762bc80824ffdb845f04285 | |
parent | 14780ed4cc64ada8cd286f13fe998a84cc8f69ee (diff) | |
download | sonarqube-a413935aa2a1ae0e78eab1111244556ec46726b8.tar.gz sonarqube-a413935aa2a1ae0e78eab1111244556ec46726b8.zip |
SONAR-23296 Fixing icon dimension based on design
-rw-r--r-- | server/sonar-web/design-system/src/components/icons/OverviewQGPassedIcon.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/sonar-web/design-system/src/components/icons/OverviewQGPassedIcon.tsx b/server/sonar-web/design-system/src/components/icons/OverviewQGPassedIcon.tsx index ca1ce7a6465..33c8150d414 100644 --- a/server/sonar-web/design-system/src/components/icons/OverviewQGPassedIcon.tsx +++ b/server/sonar-web/design-system/src/components/icons/OverviewQGPassedIcon.tsx @@ -27,9 +27,9 @@ export function OverviewQGPassedIcon({ className }: { className?: string }) { <svg className={className} fill="none" - height="150" + height="136" role="img" - viewBox="0 0 154 150" + viewBox="0 0 154 136" width="154" xmlns="http://www.w3.org/2000/svg" > @@ -75,7 +75,7 @@ export function OverviewQGPassedIcon({ className }: { className?: string }) { cy="122.676" fill={themeColor('illustrationPrimary')({ theme })} rx="22.5" - ry="24.2076" + ry="22.5" /> <path d="M14 121.063L21 128.594L34 114.607" stroke="white" strokeWidth="6" /> <path |