mirror of
https://github.com/vercel/commerce.git
synced 2025-07-31 05:51:23 +00:00
Fix for shape-rendering in ChevronUp comp.
This commit is contained in:
@@ -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" />
|
||||||
|
Reference in New Issue
Block a user