Browse Source

increase zoomIn scale

Aykut Saraç 3 years ago
parent
commit
e53d178ce7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/containers/LiveEditor/index.tsx

+ 1 - 1
src/containers/LiveEditor/index.tsx

@@ -118,7 +118,7 @@ export const LiveEditor: React.FC = () => {
       </StyledEditorWrapper>
       </StyledEditorWrapper>
       {config.controls && (
       {config.controls && (
         <StyledControls>
         <StyledControls>
-          <Button onClick={() => zoomIn(0.6)}>
+          <Button onClick={() => zoomIn(0.5)}>
             <AiOutlineZoomIn size={20} />
             <AiOutlineZoomIn size={20} />
           </Button>
           </Button>
           <Button onClick={() => zoomOut(0.4)}>
           <Button onClick={() => zoomOut(0.4)}>