mirror of
https://github.com/vercel/commerce.git
synced 2025-03-14 14:42:31 +00:00
Fix for shape-rendering in ChevronUp comp.
This commit is contained in:
parent
7f8d37b3b9
commit
c8d157e831
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user