AykutSarac пре 3 година
родитељ
комит
c298b408d6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/containers/LiveEditor/index.tsx

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

@@ -38,7 +38,7 @@ const StyledControls = styled.div`
 `;
 
 const wheelOptions = {
-  step: 0.4,
+  step: 0.05,
 };
 
 export const LiveEditor: React.FC = React.memo(function LiveEditor() {