Skip to content

Commit 7089050

Browse files
committed
Fix tooltip
1 parent a7bb344 commit 7089050

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-components/src/components/ui/tooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function TooltipContent({
5252
{...props}
5353
>
5454
{children}
55-
<TooltipPrimitive.Arrow className="bg-primary fill-primary z-50 size-2.5 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px]" />
55+
<TooltipPrimitive.Arrow className="bg-(--color-elements-assistive) fill-primary z-50 size-2.5 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px]" />
5656
</TooltipPrimitive.Content>
5757
</TooltipPrimitive.Portal>
5858
)

0 commit comments

Comments
 (0)