Skip to content

Commit

Permalink
fixing icon
Browse files Browse the repository at this point in the history
  • Loading branch information
yyassi-heartex committed Mar 7, 2025
1 parent d252491 commit a365100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/libs/editor/src/tools/Zoom.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import BaseTool from "./Base";
import ToolMixin from "../mixins/Tool";
import { Tool } from "../components/Toolbar/Tool";
import { FlyoutMenu } from "../components/Toolbar/FlyoutMenu";
import { IconExpand, IconHandTool, IconZoomIn, IconZoomOut } from "@humansignal/icons";
import { IconExpandTool, IconHandTool, IconZoomIn, IconZoomOut } from "@humansignal/icons";

const ToolView = observer(({ item }) => {
return (
Expand All @@ -33,7 +33,7 @@ const ToolView = observer(({ item }) => {
}}
/>
<FlyoutMenu
icon={<IconExpand />}
icon={<IconExpandTool />}
items={[
{
label: "Zoom to fit",
Expand Down

0 comments on commit a365100

Please sign in to comment.