forked from crowetic/commerce
Merge pull request #116 from rubenRP/master
Fix for shape-rendering error in ChevronUp component
This commit is contained in:
commit
e4e94472a5
@ -9,7 +9,7 @@ const ChevronUp = ({ ...props }) => {
|
|||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
fill="none"
|
fill="none"
|
||||||
shape-rendering="geometricPrecision"
|
shapeRendering="geometricPrecision"
|
||||||
{...props}
|
{...props}
|
||||||
>
|
>
|
||||||
<path d="M18 15l-6-6-6 6" />
|
<path d="M18 15l-6-6-6 6" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user