chore: change clear button icon to trash bin (#61)

This commit is contained in:
Dayuan Jiang
2025-12-03 21:05:22 +09:00
committed by GitHub
parent 45f74df349
commit efdf4f2b90

View File

@@ -8,7 +8,7 @@ import { SaveDialog } from "@/components/save-dialog";
import { import {
Loader2, Loader2,
Send, Send,
RotateCcw, Trash2,
Image as ImageIcon, Image as ImageIcon,
History, History,
Download, Download,
@@ -207,7 +207,7 @@ export function ChatInput({
onClick={() => setShowClearDialog(true)} onClick={() => setShowClearDialog(true)}
tooltipContent="Clear current conversation and diagram" tooltipContent="Clear current conversation and diagram"
> >
<RotateCcw className="mr-2 h-4 w-4" /> <Trash2 className="h-4 w-4" />
</ButtonWithTooltip> </ButtonWithTooltip>
{/* Warning Modal */} {/* Warning Modal */}