Switch to Lucide icons

This commit is contained in:
Gregory Schier
2024-01-15 15:42:28 -08:00
parent 408e7e80b7
commit 18852dca06
11 changed files with 46 additions and 62 deletions

View File

@@ -49,7 +49,7 @@ export function TextViewer({ response, pretty }: Props) {
)}
<IconButton
size="sm"
icon={isSearching ? 'x' : 'magnifyingGlass'}
icon={isSearching ? 'x' : 'filter'}
title={isSearching ? 'Close filter' : 'Filter response'}
onClick={clearSearch}
/>