Skip to content

Commit 23e1365

Browse files
committed
UI Inconsistency in tooltip fixed by adding the tailwind class for dark theme text color as text-gray-800
1 parent 90f5fcf commit 23e1365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/tooltip.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</div>
1313
<div
1414
data-tooltip-body
15-
class="absolute top-0 left-0 hidden max-w-56 rounded-sm bg-gray-700 p-2 text-white dark:bg-gray-300"
15+
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"
1616
role="tooltip"
1717
>
1818
{{ . }}

0 commit comments

Comments
 (0)