Skip to content

Commit 39bb816

Browse files
committed
revert changes to toast default duration
1 parent b032a9e commit 39bb816

File tree

1 file changed

+2
-2
lines changed
  • src/components/Frame/components/Toast

1 file changed

+2
-2
lines changed

src/components/Frame/components/Toast/Toast.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ import styles from './Toast.scss';
1414

1515
export {ToastProps};
1616

17-
export const DEFAULT_TOAST_DURATION = 500000;
17+
export const DEFAULT_TOAST_DURATION = 5000;
1818

19-
export const DEFAULT_TOAST_DURATION_WITH_ACTION = 1000000;
19+
export const DEFAULT_TOAST_DURATION_WITH_ACTION = 10000;
2020

2121
export function Toast({
2222
content,

0 commit comments

Comments
 (0)