fix(tool): mousePointer
This commit is contained in:
@@ -55,6 +55,7 @@ import {
|
||||
Paintbrush,
|
||||
Pen,
|
||||
SquarePen,
|
||||
SquareDashedMousePointer,
|
||||
Tag,
|
||||
Timer,
|
||||
} from "lucide-react"
|
||||
@@ -2082,7 +2083,7 @@ const TopTools = (
|
||||
onClick={() => {
|
||||
setAssistToolEnabled(!assistToolEnabled)
|
||||
}}>
|
||||
<Eclipse size={16} />
|
||||
<SquareDashedMousePointer size={16} />
|
||||
</ActionIcon>
|
||||
<NumberInput
|
||||
value={assistToolSize}
|
||||
|
||||
Reference in New Issue
Block a user