We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f688d0 commit 71eb3e8Copy full SHA for 71eb3e8
src/components/tooltip/Tooltip.tsx
@@ -30,5 +30,5 @@ export const TooltipContent: React.FC<TooltipContentProps> = (props) => {
30
}
31
32
export const TooltipArrow: React.FC<TooltipArrowProps> = (props) => {
33
- return <RadixTooltip.TooltipArrow {...mergeCode0Props("tooltip__arrow", {}) as TooltipArrowProps}/>
+ return <RadixTooltip.TooltipArrow {...mergeCode0Props("tooltip__arrow", props) as TooltipArrowProps}/>
34
0 commit comments