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

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" />