mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
replace icon
This commit is contained in:
parent
a14ace8057
commit
d8eb9320c6
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue