fix: use delete icon for context preview remove action

Updates the context preview remove button icon
Makes the control better match its delete behavior
This commit is contained in:
Bohdan Triapitsyn
2026-08-30 11:30:07 +03:00
parent e338a9c561
commit 1423fc57b8
@@ -136,7 +136,7 @@ const DraftPreviewEntry: React.FC<{
aria-label={t('chat.chatInput.contextPreview.remove')}
title={t('chat.chatInput.contextPreview.remove')}
>
<Icon name="close" className="h-3 w-3" />
<Icon name="delete-bin" className="h-3 w-3" />
</button>
</div>
<div className="space-y-2 px-3 py-2">