Skip to content

Commit

Permalink
fix(tooltip): adds title to toolitp
Browse files Browse the repository at this point in the history
  • Loading branch information
andreancardona committed Aug 12, 2021
1 parent b71b980 commit 36af263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Tooltip/Tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ class Tooltip extends Component {
<span className={`${prefix}--tooltip__caret`} />
<div
className={`${prefix}--tooltip__content`}
aria-label={`${triggerText}-dialog`}
title={`${triggerText}-dialog`}
role="dialog">
{children}
</div>
Expand Down

0 comments on commit 36af263

Please sign in to comment.