Skip to content

Commit

Permalink
fix(tooltip): disable arrow by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed Dec 7, 2023
1 parent 0e4cabe commit fabcbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/primitives/tooltip/tooltip.tsx
Expand Up @@ -98,7 +98,7 @@ export const Tooltip = forwardRef(function Tooltip(
const boundaryElementContext = useBoundaryElement()
const theme = useTheme()
const {
arrow: arrowProp = true,
arrow: arrowProp = false,
boundaryElement = boundaryElementContext?.element,
children: childProp,
content,
Expand Down

0 comments on commit fabcbde

Please sign in to comment.