diff options
Diffstat (limited to 'server/sonar-web/src/main/js/components/icons-components/Icon.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/components/icons-components/Icon.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/icons-components/Icon.tsx b/server/sonar-web/src/main/js/components/icons-components/Icon.tsx index 40a3f9ccdaa..25560e4eac8 100644 --- a/server/sonar-web/src/main/js/components/icons-components/Icon.tsx +++ b/server/sonar-web/src/main/js/components/icons-components/Icon.tsx @@ -55,7 +55,7 @@ export default function Icon({ fillRule: 'evenodd', clipRule: 'evenodd', strokeLinejoin: 'round', - strokeMiterlimit: '1.41421', + strokeMiterlimit: 1.41421, ...style }} version="1.1" |