From 16fd913351534e31b0429448bc3ce952769ecdbc Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sat, 28 Mar 2026 22:52:12 +0100 Subject: [PATCH] fix: increase sidebar tooltip delay to 400ms --- components/dashboard/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dashboard/Sidebar.tsx b/components/dashboard/Sidebar.tsx index d852bd1..b420244 100644 --- a/components/dashboard/Sidebar.tsx +++ b/components/dashboard/Sidebar.tsx @@ -96,7 +96,7 @@ function SidebarTooltip({ children, label }: { children: React.ReactNode; label: setPos({ x: rect.right + 8, y: rect.top + rect.height / 2 }) setShow(true) } - }, 100) + }, 400) } const handleLeave = () => {