From 8ae1da7307cf80576a0bda7e1d502dbcd9425ca5 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sat, 10 Jul 2021 15:14:29 +0200 Subject: [PATCH] Change step amount for action to trigger --- Dashboard/src/Components/Knob.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dashboard/src/Components/Knob.tsx b/Dashboard/src/Components/Knob.tsx index 6c929ae..d33fb14 100644 --- a/Dashboard/src/Components/Knob.tsx +++ b/Dashboard/src/Components/Knob.tsx @@ -2,7 +2,7 @@ import React, { useRef } from "react"; import styled from "styled-components"; const SvgHeight = 180; -const steps = 5; +const steps = 10; const KnobSVG = styled.svg` .cls-1 {