Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Feb 15, 2023
1 parent 856e000 commit 030739f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -535,10 +535,10 @@ const ConfigPanel = ({zoomLevel,setZoomLevel}) => {
<Slider
value={zoomLevel}
onChange={(x) => setZoomLevel(x)}
min={-4}
min={-6.5}
max={0}
step={0.01}
style={{ width: 100 }}
style={{ width: 150 }}
className="inline-block mx-5"
/>
<AiOutlineZoomIn className="inline-block" />
Expand Down

1 comment on commit 030739f

@vercel
Copy link

@vercel vercel bot commented on 030739f Feb 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.