Skip to content

Commit 87ec74b

Browse files
committed
fix: remove delay duration from tooltips
1 parent 791ff91 commit 87ec74b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/playground/src/components/Header/ActionButton/ActionButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export type ActionButtonProps = {
1111

1212
export const ActionButton = ({ disabled, icon, onClick, tooltip }: ActionButtonProps) => (
1313
<div className="relative">
14-
<Tooltip delayDuration={700}>
14+
<Tooltip>
1515
<Tooltip.Trigger
1616
className="h-9 w-9"
1717
disabled={disabled}

0 commit comments

Comments
 (0)