Skip to content

Commit

Permalink
fixup! fixup! BREAKING CHANGE(web-react): Rename TooltipModern to Too…
Browse files Browse the repository at this point in the history
…ltip
  • Loading branch information
pavelklibani committed May 2, 2024
1 parent 00efd87 commit 680f886
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ const TooltipHover = () => {
<TooltipTrigger elementType={Button}>I have a tooltip 😎</TooltipTrigger>
<TooltipPopover>
Hello there! <br />
<a href="#">Click me</a>
<a href="#" style={{ color: 'var(--spirit-color-action-link-inverted-default)' }}>
Click me
</a>
</TooltipPopover>
</Tooltip>
</div>
Expand Down

0 comments on commit 680f886

Please sign in to comment.