mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 12:27:43 +00:00
fix: tooltip arrow
This commit is contained in:
@@ -30,7 +30,7 @@ export const TechStackDisplay = ({
|
||||
{techStackIcons[icon].icon}
|
||||
</span>
|
||||
</TooltipTrigger>
|
||||
<TooltipContent className="text-white/80 bg-gradient-to-tr from-stone-950/90 via-stone-900 to-stone-950/90 z-1">
|
||||
<TooltipContent className="text-white/80 bg-gradient-to-tr from-stone-950/90 via-stone-900 to-stone-950/90">
|
||||
{techStackIcons[icon].name}
|
||||
</TooltipContent>
|
||||
</Tooltip>
|
||||
|
||||
@@ -162,7 +162,6 @@ export default function Hero() {
|
||||
>
|
||||
Get Started
|
||||
</Link>
|
||||
|
||||
<Builder />
|
||||
</div>
|
||||
</>
|
||||
|
||||
@@ -52,7 +52,7 @@ function TooltipContent({
|
||||
{...props}
|
||||
>
|
||||
{children}
|
||||
<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-primary dark:bg-stone-900 dark:fill-stone-900 fill-primary z-50 size-2.5 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px]" />
|
||||
</TooltipPrimitive.Content>
|
||||
</TooltipPrimitive.Portal>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user