From ec0a6460b7c53230425f2323b9ad7d9d6ec45351 Mon Sep 17 00:00:00 2001 From: icarus Date: Mon, 5 Jan 2026 21:58:01 +0800 Subject: [PATCH] chore: Remove commented-out CloseIcon component from sonner.tsx --- packages/ui/src/components/primitives/sonner.tsx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/packages/ui/src/components/primitives/sonner.tsx b/packages/ui/src/components/primitives/sonner.tsx index 698d84752f..2bc7d669c8 100644 --- a/packages/ui/src/components/primitives/sonner.tsx +++ b/packages/ui/src/components/primitives/sonner.tsx @@ -292,18 +292,6 @@ const ErrorIcon = ({ className }: SVGProps) => ( ) -// const CloseIcon = ({ className }: SVGProps) => ( -// -// -// -// ) - /** Unique identifier for the toast. Handled internally, not passed in by external. */ type ToastIdType = string | number