diff --git a/src/runtime/components/overlays/Tooltip.vue b/src/runtime/components/overlays/Tooltip.vue index 79142a4e..713a7722 100644 --- a/src/runtime/components/overlays/Tooltip.vue +++ b/src/runtime/components/overlays/Tooltip.vue @@ -13,7 +13,7 @@ · - + {{ shortcut }} diff --git a/src/runtime/presets/default.ts b/src/runtime/presets/default.ts index 383955f0..71fabca1 100644 --- a/src/runtime/presets/default.ts +++ b/src/runtime/presets/default.ts @@ -491,7 +491,7 @@ export default (variantColors: string[]) => { shadow: 'shadow', rounded: 'rounded', ring: 'ring-1 u-ring-gray-200', - base: 'invisible lg:visible h-6 px-2 py-1 text-xs', + base: 'invisible lg:visible h-6 px-2 py-1 text-xs font-normal', transition: { enterActiveClass: 'transition ease-out duration-200', enterFromClass: 'opacity-0 translate-y-1',