Skip to content

Commit 130998f

Browse files
committed
chore: tweak tooltip default delays
1 parent 3298399 commit 130998f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/machines/src/tooltip/tooltip.machine.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export const tooltipMachine = createMachine<TooltipMachineContext, TooltipMachin
1515
initial: "unknown",
1616
context: {
1717
id: uuid(),
18-
openDelay: 1500,
19-
closeDelay: 500,
18+
openDelay: 700,
19+
closeDelay: 300,
2020
closeOnPointerDown: true,
2121
},
2222
states: {

0 commit comments

Comments
 (0)