Skip to content

Commit 89c7d89

Browse files
fix: use same tooltip wrapper type for arrow
1 parent ed5ca50 commit 89c7d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Tooltip/Tooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ const Tooltip = ({
401401
>
402402
{/* content priority: children > html > content */}
403403
{children || (html && <TooltipContent content={html} />) || content}
404-
<div
404+
<WrapperElement
405405
className={classNames('react-tooltip-arrow', styles['arrow'], classNameArrow, {
406406
[styles['no-arrow']]: noArrow,
407407
})}

0 commit comments

Comments
 (0)