diff --git a/src/runtime/app.config.ts b/src/runtime/app.config.ts index 50663342..197487b8 100644 --- a/src/runtime/app.config.ts +++ b/src/runtime/app.config.ts @@ -737,6 +737,7 @@ const tooltip = { container: 'z-20', width: 'max-w-xs', background: 'bg-white dark:bg-gray-900', + color: 'text-gray-900 dark:text-white', shadow: 'shadow', rounded: 'rounded', ring: 'ring-1 ring-gray-200 dark:ring-gray-800', diff --git a/src/runtime/components/overlays/Tooltip.vue b/src/runtime/components/overlays/Tooltip.vue index 668c996b..f042e8b1 100644 --- a/src/runtime/components/overlays/Tooltip.vue +++ b/src/runtime/components/overlays/Tooltip.vue @@ -6,7 +6,7 @@
-
+
{{ text }}