Skip to content

Commit

Permalink
add ticket @
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamwasp committed Jul 24, 2024
1 parent 630ca0a commit c89945c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gamut/src/Tip/InfoTip/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const InfoTip: React.FC<InfoTipProps> = ({

/* on floating alignment
since Popover uses React.Portal the DOM order is incorrect so the screenreader text needs to be navigable, in the correct DOM order, and never aria-hidden
should be fixed in ticket ### */
should be fixed in GM-797 */

return (
<Tip {...tipProps} type="info">
Expand Down

0 comments on commit c89945c

Please sign in to comment.