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() {