4
0
forked from crowetic/commerce

Merge pull request #116 from rubenRP/master

Fix for shape-rendering error in ChevronUp component
This commit is contained in:
B 2020-12-08 10:48:53 -03:00 committed by GitHub
commit e4e94472a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ const ChevronUp = ({ ...props }) => {
strokeLinecap="round"
strokeLinejoin="round"
fill="none"
shape-rendering="geometricPrecision"
shapeRendering="geometricPrecision"
{...props}
>
<path d="M18 15l-6-6-6 6" />