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