mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
reduce default toast duration to 3000ms
This commit is contained in:
@@ -82,7 +82,7 @@ export const ToastEvent = {
|
||||
message,
|
||||
type = "error",
|
||||
context = 'global',
|
||||
duration = 6000,
|
||||
duration = 3000,
|
||||
func = null,
|
||||
actionText = '',
|
||||
) => {
|
||||
@@ -99,7 +99,7 @@ export const ToastEvent = {
|
||||
message,
|
||||
type = "error",
|
||||
context = 'global',
|
||||
duration = 6000,
|
||||
duration = 3000,
|
||||
func = null,
|
||||
actionText = '',
|
||||
) => {
|
||||
|
||||
Reference in New Issue
Block a user