diff --git a/components/ui/Toast.tsx b/components/ui/Toast.tsx index 0d86a75..689017d 100644 --- a/components/ui/Toast.tsx +++ b/components/ui/Toast.tsx @@ -66,7 +66,7 @@ const Toast = (function () { let toastTimer: number | null = null const show = (params?: ShowParams): void => { - const { renderContent, title, duration = 2000, hideBackdrop = true } = params || {} + const { renderContent, title, duration = 4000, hideBackdrop = true } = params || {} hide() const renderBody = (): ReactNode => {