Skip to content

Commit

Permalink
update: step to 0.01
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Feb 26, 2024
1 parent 3dcfecf commit ea53273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ParametersMenu.tsx
Expand Up @@ -46,7 +46,7 @@ function ParametersMenu(props: ParametersMenuProps) {
inputProps={{
max: 10,
min: 0.1,
step: 0.1,
step: 0.01,
}}
/>
</Box>
Expand Down

0 comments on commit ea53273

Please sign in to comment.