From 5e1218e4e7421a699eccfa118a08aff5bb1ce8bf Mon Sep 17 00:00:00 2001 From: nhanluongoe Date: Tue, 26 Mar 2024 16:50:48 +0700 Subject: [PATCH] fix: remove space when there's no icon --- src/components/toaster.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/toaster.tsx b/src/components/toaster.tsx index a15330a..445defe 100644 --- a/src/components/toaster.tsx +++ b/src/components/toaster.tsx @@ -60,7 +60,7 @@ export const Toaster: React.FC = (props) => { alignItems: 'center', }} > - + {icon && }
{title && {title}} {description && (