From 0596cc40093535a8e8277fb8eb5e6655d9f963aa Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Thu, 14 Aug 2025 21:46:36 +0400 Subject: [PATCH] style: fix toast width --- src/components/custom-toast.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/custom-toast.tsx b/src/components/custom-toast.tsx index 463438a..c32c1a8 100644 --- a/src/components/custom-toast.tsx +++ b/src/components/custom-toast.tsx @@ -168,7 +168,7 @@ export function UnifiedToast(props: ToastProps) { const progress = "progress" in props ? props.progress : undefined; return ( -