Change step amount for action to trigger
This commit is contained in:
parent
b201144029
commit
8ae1da7307
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Reference in a new issue