UI tweaks

This commit is contained in:
Gavin McDonald
2025-06-12 10:36:14 -04:00
parent bc32adbdfd
commit d572bdcd0e
2 changed files with 10 additions and 6 deletions

View File

@@ -15,8 +15,8 @@ type TooltipProps = {
export default function Tooltip({
children,
content,
delay = 500,
mobileDelay = 500,
delay = 250,
mobileDelay = 250,
offsetX = 20,
offsetY = 20,
edgeBuffer = 10,