mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 12:57:48 +00:00
Update map-tooltip.svelte
This commit is contained in:
@@ -98,7 +98,13 @@
|
|||||||
</div>
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
<div
|
<div
|
||||||
class="text-caption text-primary flex h-5 items-center justify-center place-self-start rounded-md bg-black/6 p-1 text-center"
|
class={classNames(
|
||||||
|
'text-caption text-primary flex h-5 items-center justify-center place-self-start rounded-md bg-black/6 p-1 text-center',
|
||||||
|
{
|
||||||
|
'text-primary bg-black/6': theme === 'light',
|
||||||
|
'text-primary bg-white/6': theme === 'dark'
|
||||||
|
}
|
||||||
|
)}
|
||||||
>
|
>
|
||||||
<span class="text-micro -tracking-tight">Planned</span>
|
<span class="text-micro -tracking-tight">Planned</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user