fix tooltip bg color

This commit is contained in:
Josh Larsen 2023-12-01 16:32:27 -05:00
parent 5b7190d43b
commit 7388347c47
No known key found for this signature in database

View File

@ -117,7 +117,7 @@ watch(radius, (radius) => {
<TooltipContent
align="center"
:side-offset="1"
class="capitalize"
class="capitalize bg-zinc-900"
>
{{ allColors[index] }}
</TooltipContent>