From 4e5f97e91889476e43cb9b9e37aeedd74f443c09 Mon Sep 17 00:00:00 2001 From: Uichan Lee Date: Mon, 2 Dec 2024 02:12:48 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20toast=20autoClose=20=EC=98=A4=EA=B8=B0?= =?UTF-8?q?=EC=9E=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/shared/ui/toast/ui/Toast.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/ui/toast/ui/Toast.tsx b/src/shared/ui/toast/ui/Toast.tsx index 81a9e8f..222a9ae 100644 --- a/src/shared/ui/toast/ui/Toast.tsx +++ b/src/shared/ui/toast/ui/Toast.tsx @@ -11,7 +11,7 @@ export const Toast = () => { closeButton={false} hideProgressBar={true} closeOnClick={true} - autoClose={300000} + autoClose={3000} limit={1} theme="light" className="b1s"