Skip to content

Commit

Permalink
fix(tooltip): fixes dialog title bug
Browse files Browse the repository at this point in the history
  • Loading branch information
andreancardona committed Aug 13, 2021
1 parent 36af263 commit 3dbfddf
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`}
title={`${triggerText}-dialog`}
aria-labelledby={this._tooltipId}
role="dialog">
{children}
</div>
Expand Down

0 comments on commit 3dbfddf

Please sign in to comment.