Skip to content

Commit

Permalink
tooltip popup delay duration reduced to 10ms
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanuSakpal committed Sep 28, 2024
1 parent 06777e1 commit 677a493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface/web/app/agents/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export default function Agents() {
<h1 className="text-3xl flex items-center">Agents</h1>
<div className="ml-auto float-right border p-2 pt-3 rounded-xl font-bold hover:bg-stone-100 dark:hover:bg-neutral-900">
<TooltipProvider>
<Tooltip>
<Tooltip delayDuration={10}>
<TooltipTrigger>
<div className="flex flex-row">
<Plus className="pr-2 w-6 h-6" />
Expand Down

0 comments on commit 677a493

Please sign in to comment.