diff --git a/src/lib/components/ui/tooltip/tooltip-content.svelte b/src/lib/components/ui/tooltip/tooltip-content.svelte index 0cbd664..46c29fd 100644 --- a/src/lib/components/ui/tooltip/tooltip-content.svelte +++ b/src/lib/components/ui/tooltip/tooltip-content.svelte @@ -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} {/if} diff --git a/src/routes/tooltip/components.svelte b/src/routes/tooltip/components.svelte index 69678b2..55ce69a 100644 --- a/src/routes/tooltip/components.svelte +++ b/src/routes/tooltip/components.svelte @@ -17,13 +17,13 @@ LEFT - The Evil Rabbit Jumped over the Fence. + The Evil Rabbit Jumped over the Fence. - The Evil Rabbit Jumped over the Fence. + The Evil Rabbit Jumped over the Fence.