Skip to content

Commit ad0a677

Browse files
committed
reduce success duration
1 parent 35976d4 commit ad0a677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/modules/toast.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const levels = {
55
info: {
66
icon: 'octicon-check',
77
background: 'var(--color-green)',
8-
dur: 3000,
8+
dur: 2500,
99
},
1010
error: {
1111
icon: 'gitea-exclamation',

0 commit comments

Comments
 (0)