Skip to content

Commit 7a5cd09

Browse files
committed
fix: add TypeScript ignore comment for TooltipArrow component
1 parent 3c44331 commit 7a5cd09

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/src/components/ui/tooltip.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ function TooltipContent({
4848
{...props}
4949
>
5050
{children}
51+
{/* @ts-ignore */}
5152
<TooltipPrimitive.Arrow className="bg-foreground fill-foreground z-50 size-2.5 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px]" />
5253
</TooltipPrimitive.Content>
5354
</TooltipPrimitive.Portal>

0 commit comments

Comments
 (0)