Merge pull request #327 from omnivore-app/fix/toast-duration

This commit is contained in:
Jackson Harper 2022-03-26 10:11:11 -07:00 committed by GitHub
commit 217b9e8835
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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