From efdf4f2b906007fe0ef04658a2bcfb8463cafac6 Mon Sep 17 00:00:00 2001 From: Dayuan Jiang <34411969+DayuanJiang@users.noreply.github.com> Date: Wed, 3 Dec 2025 21:05:22 +0900 Subject: [PATCH] chore: change clear button icon to trash bin (#61) --- components/chat-input.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/chat-input.tsx b/components/chat-input.tsx index dec7238..0e91c2d 100644 --- a/components/chat-input.tsx +++ b/components/chat-input.tsx @@ -8,7 +8,7 @@ import { SaveDialog } from "@/components/save-dialog"; import { Loader2, Send, - RotateCcw, + Trash2, Image as ImageIcon, History, Download, @@ -207,7 +207,7 @@ export function ChatInput({ onClick={() => setShowClearDialog(true)} tooltipContent="Clear current conversation and diagram" > - + {/* Warning Modal */}