We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c72bad commit 09519edCopy full SHA for 09519ed
packages/components/src/components/Tooltip/Tooltip.tsx
@@ -78,7 +78,7 @@ export const Tooltip = ({
78
className,
79
isFullWidth = false,
80
isOpen,
81
- hasArrow = false,
+ hasArrow = true,
82
appendTo,
83
shift,
84
zIndex = zIndices.tooltip,
0 commit comments