There was an error while loading. Please reload this page.
1 parent a7bb344 commit 7089050Copy full SHA for 7089050
1 file changed
packages/react-components/src/components/ui/tooltip.tsx
@@ -52,7 +52,7 @@ function TooltipContent({
52
{...props}
53
>
54
{children}
55
- <TooltipPrimitive.Arrow className="bg-primary fill-primary z-50 size-2.5 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px]" />
+ <TooltipPrimitive.Arrow className="bg-(--color-elements-assistive) fill-primary z-50 size-2.5 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px]" />
56
</TooltipPrimitive.Content>
57
</TooltipPrimitive.Portal>
58
)
0 commit comments