mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
feat: re-order zoom buttons (#3837)
* feat: re-order zoom buttons * undo last commit & change zoomOut/zoomIn order
This commit is contained in:
parent
5cae218f1b
commit
b2c4552416
1 changed files with 1 additions and 1 deletions
|
@ -204,8 +204,8 @@ export const ZoomActions = ({
|
||||||
}) => (
|
}) => (
|
||||||
<Stack.Col gap={1}>
|
<Stack.Col gap={1}>
|
||||||
<Stack.Row gap={1} align="center">
|
<Stack.Row gap={1} align="center">
|
||||||
{renderAction("zoomIn")}
|
|
||||||
{renderAction("zoomOut")}
|
{renderAction("zoomOut")}
|
||||||
|
{renderAction("zoomIn")}
|
||||||
{renderAction("resetZoom")}
|
{renderAction("resetZoom")}
|
||||||
</Stack.Row>
|
</Stack.Row>
|
||||||
</Stack.Col>
|
</Stack.Col>
|
||||||
|
|
Loading…
Add table
Reference in a new issue