1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-10 16:05:22 +02:00

fix: replace hardcoded text-white with fg-inverse in text tooltip

This commit is contained in:
Eran Avidor 2025-06-29 13:25:35 +03:00
parent 2126f0ed37
commit 63f9e32bf1

View file

@ -1,5 +1,5 @@
<div role="tooltip" data-tooltip-target="tooltip" class="tooltip bg-gray-700 text-sm px-1.5 py-1 rounded-md">
<div class="text-white font-normal max-w-[200px]">
<div class="fg-inverse font-normal max-w-[200px]">
<%= tooltip_text %>
</div>
</div>