mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Shorter default duration on toast messages
This commit is contained in:
parent
ca144e6926
commit
8cdcd86f9d
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ const showToast = (
|
|||
...toastStyles,
|
||||
background: background,
|
||||
},
|
||||
duration: 2000,
|
||||
...options,
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue