diff --git a/src/components/widgets/shared/ToastCard.tsx b/src/components/widgets/shared/ToastCard.tsx
index 9cf8559571..fdabf59b07 100644
--- a/src/components/widgets/shared/ToastCard.tsx
+++ b/src/components/widgets/shared/ToastCard.tsx
@@ -40,11 +40,12 @@ export const ToastCard: FC<{
'flex items-center',
'select-none',
'[&>i]:flex-shrink-0',
+ '[&>svg]:flex-shrink-0',
)}
onClick={onClick}
>
{iconElement ?? typeMap[props.toastProps?.type ?? 'default']}
- {message}
+ {message}