From 966470cf68e1fd4608a8258f1b29b34c8859999d Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Thu, 9 Jan 2025 23:24:50 -0800 Subject: [PATCH] fix icon for clear --- .../void/browser/react/src/sidebar-tsx/SidebarChat.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx b/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx index 0d45f917..30d8b136 100644 --- a/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx +++ b/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx @@ -26,7 +26,7 @@ import { IModelService } from '../../../../../../../editor/common/services/model import { SidebarThreadSelector } from './SidebarThreadSelector.js'; import { useScrollbarStyles } from '../util/useScrollbarStyles.js'; import { VOID_CTRL_L_ACTION_ID } from '../../../actionIDs.js'; -import { X } from 'lucide-react'; +import { CopyX, SquareX, X } from 'lucide-react'; const IconX = ({ size, className = '', ...props }: { size: number, className?: string } & React.SVGProps) => { @@ -363,14 +363,11 @@ export const SelectedFiles = ( rounded-md w-fit h-full select-none - bg-void-bg-3 hover:brightness-95 - text-void-fg-1 text-xs text-nowrap - border border-void-border-2 rounded-xs px-0.5 '> {/* clear button */} - { setStaging([]) }} />