Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyakadavis committed Aug 11, 2024
1 parent b43964b commit db8365c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/ui/tooltip/tooltip-content.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
{transitionConfig}
{sideOffset}
class={cn(
'z-50 max-w-xs text-balance rounded-md border bg-gray-1000 px-3 py-2 text-center text-sm text-background-200 shadow-md',
'z-50 max-w-xs text-balance rounded-md bg-gray-1000 px-3 py-2 text-center text-sm text-background-200 shadow-md',
className
)}
{...$$restProps}
>
{#if tip}
<div aria-hidden="true" class="bg-gray-1000">
<TooltipPrimitive.Arrow class="rounded-sm" />
<TooltipPrimitive.Arrow class="rounded-[2.5px]" size={9} />
</div>
{/if}
<slot></slot>
Expand Down

0 comments on commit db8365c

Please sign in to comment.