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,
|
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue