Skip to content

Commit 09519ed

Browse files
feat(components): Tooltip has default arrows
1 parent 7c72bad commit 09519ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/components/Tooltip/Tooltip.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const Tooltip = ({
7878
className,
7979
isFullWidth = false,
8080
isOpen,
81-
hasArrow = false,
81+
hasArrow = true,
8282
appendTo,
8383
shift,
8484
zIndex = zIndices.tooltip,

0 commit comments

Comments
 (0)