Reduce help tooltip delay to 300ms (#1022)

This commit is contained in:
Shuchang Zheng
2024-10-22 06:04:35 -07:00
committed by GitHub
parent 437f70427f
commit 266941c00c

View File

@@ -13,7 +13,7 @@ type Props = {
function HelpTooltip({ content }: Props) {
return (
<TooltipProvider>
<Tooltip>
<Tooltip delayDuration={300}>
<TooltipTrigger asChild>
<QuestionMarkCircledIcon className="h-4 w-4" />
</TooltipTrigger>