Make tooltips look more like Element Web's

The only thing they're missing now is animated fading.
This commit is contained in:
Robin Townsend
2022-09-26 20:17:37 -04:00
parent 47f7e0e5a0
commit d90a837714
2 changed files with 4 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ export const TooltipTrigger = forwardRef<HTMLElement, TooltipTriggerProps>(
targetRef: triggerRef,
overlayRef,
isOpen: tooltipState.isOpen,
offset: 5,
offset: 12,
});
return (