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 {
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"
>
<RotateCcw className="mr-2 h-4 w-4" />
<Trash2 className="h-4 w-4" />
</ButtonWithTooltip>
{/* Warning Modal */}