Skip to content

Commit

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

0 comments on commit f9c588a

Please sign in to comment.