Change step amount for action to trigger

This commit is contained in:
GHOSCHT 2021-07-10 15:14:29 +02:00
parent b201144029
commit 8ae1da7307

View file

@ -2,7 +2,7 @@ import React, { useRef } from "react";
import styled from "styled-components"; import styled from "styled-components";
const SvgHeight = 180; const SvgHeight = 180;
const steps = 5; const steps = 10;
const KnobSVG = styled.svg` const KnobSVG = styled.svg`
.cls-1 { .cls-1 {