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:
parent
2126f0ed37
commit
63f9e32bf1
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue