feat: increase toast notification timeouts for better user experience
This commit is contained in:
parent
a910d3ba25
commit
15c27e4b12
@ -1,7 +1,7 @@
|
|||||||
export const toastConstants = {
|
export const toastConstants = {
|
||||||
SUCCESS_TIMEOUT: 1500,
|
SUCCESS_TIMEOUT: 5000,
|
||||||
INFO_TIMEOUT: 3000,
|
INFO_TIMEOUT: 8000,
|
||||||
ERROR_TIMEOUT: 5000,
|
ERROR_TIMEOUT: 10000,
|
||||||
WARNING_TIMEOUT: 10000,
|
WARNING_TIMEOUT: 10000,
|
||||||
NOTICE_TIMEOUT: 20000
|
NOTICE_TIMEOUT: 20000,
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user