UI Inconsistency in tooltip fixed by adding the tailwind class for dark theme text color as text-gray-800

This commit is contained in:
Joyal George K J
2025-11-18 21:44:21 +05:30
parent 90f5fcfc27
commit 23e136562a

View File

@@ -12,7 +12,7 @@
</div>
<div
data-tooltip-body
class="absolute top-0 left-0 hidden max-w-56 rounded-sm bg-gray-700 p-2 text-white dark:bg-gray-300"
class="absolute top-0 left-0 hidden max-w-56 rounded-sm bg-gray-700 p-2 text-white dark:text-gray-800 dark:bg-gray-300"
role="tooltip"
>
{{ . }}