From 3067101feca9f6cdd78b5c3d396bb95edb020cdb Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sat, 28 Mar 2026 22:53:25 +0100 Subject: [PATCH] fix: tooltip uses content panel bg (neutral-950) + 100ms delay --- components/dashboard/Sidebar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/dashboard/Sidebar.tsx b/components/dashboard/Sidebar.tsx index b420244..f3747f4 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) } - }, 400) + }, 100) } const handleLeave = () => { @@ -109,7 +109,7 @@ function SidebarTooltip({ children, label }: { children: React.ReactNode; label: {children} {show && typeof document !== 'undefined' && createPortal( {label}