Skip to content

Commit

Permalink
refactor(wedges): update Tooltip arrow SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
brankoconjic committed Jan 29, 2024
1 parent a4c6e48 commit 8520e1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/poor-pillows-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@lemonsqueezy/wedges": patch
---

update Tooltip arrow SVG
2 changes: 1 addition & 1 deletion packages/wedges/src/components/icons/TippyIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const TippyIcon = React.forwardRef<SVGSVGElement, IconProps>((props, ref) => {
viewBox="0 0 24 8"
>
{title && <title id={titleId}>{title}</title>}
<path d="M0.832284 0H23.379C19.1366 0 14.8943 4.53165 13.055 6.77361C12.5938 7.33581 11.6697 7.30068 11.2421 6.71249C9.59782 4.45039 5.73929 0 0.832284 0Z" />
<path d="M4.55486 0H19.586C17.0713 0 14.5567 3.5825 13.1681 5.95276C12.7242 6.71045 11.4928 6.67361 11.0817 5.89769C9.82569 3.52743 7.46729 0 4.55486 0Z" />
</svg>
);
});
Expand Down

0 comments on commit 8520e1b

Please sign in to comment.