We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b032a9e commit 39bb816Copy full SHA for 39bb816
src/components/Frame/components/Toast/Toast.tsx
@@ -14,9 +14,9 @@ import styles from './Toast.scss';
14
15
export {ToastProps};
16
17
-export const DEFAULT_TOAST_DURATION = 500000;
+export const DEFAULT_TOAST_DURATION = 5000;
18
19
-export const DEFAULT_TOAST_DURATION_WITH_ACTION = 1000000;
+export const DEFAULT_TOAST_DURATION_WITH_ACTION = 10000;
20
21
export function Toast({
22
content,
0 commit comments