replace icon

This commit is contained in:
Arjun 2026-02-23 21:59:13 +05:30
parent a14ace8057
commit d8eb9320c6

View file

@ -8,7 +8,7 @@ import {
ChevronUpIcon, ChevronUpIcon,
ChevronDownIcon, ChevronDownIcon,
XIcon, XIcon,
ReplaceIcon, Repeat2Icon,
} from 'lucide-react' } from 'lucide-react'
const findHighlightKey = new PluginKey('findHighlight') const findHighlightKey = new PluginKey('findHighlight')
@ -231,7 +231,7 @@ export function FindReplaceBar({ editor, onClose }: FindReplaceBarProps) {
title="Toggle replace" title="Toggle replace"
data-active={showReplace || undefined} data-active={showReplace || undefined}
> >
<ReplaceIcon className="h-4 w-4" /> <Repeat2Icon className="h-4 w-4" />
</Button> </Button>
<Button <Button
variant="ghost" variant="ghost"