Skip to content

Commit c057316

Browse files
committed
fix(notification): update delay
1 parent c3c88ef commit c057316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/floating/notification/NeoNotificationStack.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
hovered = $bindable(false),
3030
focused = $bindable(false),
3131
expand,
32-
delay = 100,
32+
delay = 900,
3333
max = expand ? 6 : 3,
3434
3535
// Item Props

0 commit comments

Comments
 (0)