summaryrefslogtreecommitdiff
path: root/client/components/Tasks
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/Tasks')
-rw-r--r--client/components/Tasks/TaskFormView.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/Tasks/TaskFormView.jsx b/client/components/Tasks/TaskFormView.jsx
index 01265b8..a567052 100644
--- a/client/components/Tasks/TaskFormView.jsx
+++ b/client/components/Tasks/TaskFormView.jsx
@@ -25,7 +25,7 @@ export default function TaskFormView (props) {
<button onClick={props.clearStyle}>x</button>
</div>
<div>
- <input type='range' step='0.01' min='0.001' max='1' value={props.alpha}
+ <input type='range' step='0.001' min='0.001' max='1' value={props.alpha}
onInput={(e) => props.setAlpha(e.target.value)}
/>
alpha: {props.alpha}