Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Feb 16, 2023
1 parent 102bc0c commit 51ffeb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ const ConfigPanel = ({ zoomLevel, setZoomLevel }) => {
<Slider
value={zoomLevel}
onChange={(x) => setZoomLevel(x)}
min={-6.5}
min={-9.5}
max={1}
step={0.001}
style={{ width: 150 }}
Expand Down

0 comments on commit 51ffeb5

Please sign in to comment.