Skip to content

Commit 71eb3e8

Browse files
committed
feat: pass props to TooltipArrow component for improved customization
1 parent 1f688d0 commit 71eb3e8

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
@@ -30,5 +30,5 @@ export const TooltipContent: React.FC<TooltipContentProps> = (props) => {
3030
}
3131

3232
export const TooltipArrow: React.FC<TooltipArrowProps> = (props) => {
33-
return <RadixTooltip.TooltipArrow {...mergeCode0Props("tooltip__arrow", {}) as TooltipArrowProps}/>
33+
return <RadixTooltip.TooltipArrow {...mergeCode0Props("tooltip__arrow", props) as TooltipArrowProps}/>
3434
}

0 commit comments

Comments
 (0)