diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-07-21 05:31:27 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-07-21 05:31:27 +0200 |
| commit | 007059ed2483009043b5569e4d95049139878798 (patch) | |
| tree | 484398ccda5174b6af55a8ca75510e6e69b4bb1f /client/components/Tasks/TaskFormView.jsx | |
| parent | 55b2b2c464064393f8ce7bd2245bdd89bbffbeec (diff) | |
html..
Diffstat (limited to 'client/components/Tasks/TaskFormView.jsx')
| -rw-r--r-- | client/components/Tasks/TaskFormView.jsx | 2 |
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} |
