diff --git a/packages/ui/src/components/Tooltip/Tooltip.tsx b/packages/ui/src/components/Tooltip/Tooltip.tsx index de7243c754..b3c7ba6839 100644 --- a/packages/ui/src/components/Tooltip/Tooltip.tsx +++ b/packages/ui/src/components/Tooltip/Tooltip.tsx @@ -25,9 +25,6 @@ import clsx from 'clsx'; import { TooltipProps } from './types'; import { useStyles } from '../../hooks/useStyles'; -const tooltipArrowPathDefinition = - 'M30 0h-1a6.314 6.314 0 0 0-4.895 2.326l-7.555 9.271a2 2 0 0 1-3.1 0L5.895 2.326A6.314 6.314 0 0 0 1 0H0'; - /** @public */ export const TooltipTrigger = (props: TooltipTriggerComponentProps) => { const { delay = 600 } = props; @@ -48,14 +45,15 @@ export const Tooltip = forwardRef( ref={ref} > - + + {/* Identical to the path below, but closed instead of open to fill the background. */}