mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
UI Inconsistency in tooltip fixed by adding the tailwind class for dark theme text color as text-gray-800
This commit is contained in:
@@ -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"
|
||||
>
|
||||
{{ . }}
|
||||
|
||||
Reference in New Issue
Block a user