Aykut Saraç преди 3 години
родител
ревизия
e53d178ce7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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>
       {config.controls && (
         <StyledControls>
-          <Button onClick={() => zoomIn(0.6)}>
+          <Button onClick={() => zoomIn(0.5)}>
             <AiOutlineZoomIn size={20} />
           </Button>
           <Button onClick={() => zoomOut(0.4)}>