Shorter default duration on toast messages

This commit is contained in:
Jackson Harper 2022-03-26 09:30:41 -07:00
parent ca144e6926
commit 8cdcd86f9d

View file

@ -51,6 +51,7 @@ const showToast = (
...toastStyles,
background: background,
},
duration: 2000,
...options,
})
}