Skip to content

Commit

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

0 comments on commit ec6e416

Please sign in to comment.