Skip to content

Commit

Permalink
better granularity on image adjust slider
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkeroni committed Jan 26, 2025
1 parent 8382939 commit 1565995
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const FilterAdjustImage = memo(({ onChange, config }: Props) => {
onChange={handleValueChange}
min={0}
max={2}
step={0.01}
step={0.0025}
marks
/>
<CompositeNumberInput
Expand All @@ -85,7 +85,7 @@ export const FilterAdjustImage = memo(({ onChange, config }: Props) => {
onChange={handleValueChange}
min={0}
max={255}
step={0.01}
step={0.0025}
/>
</FormControl>
<FormControl w="max-content">
Expand Down

0 comments on commit 1565995

Please sign in to comment.