mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-20 05:12:54 +08:00
increase zoomIn scale
This commit is contained in:
parent
b5e823e13d
commit
e53d178ce7
@ -118,7 +118,7 @@ export const LiveEditor: React.FC = () => {
|
||||
</StyledEditorWrapper>
|
||||
{config.controls && (
|
||||
<StyledControls>
|
||||
<Button onClick={() => zoomIn(0.6)}>
|
||||
<Button onClick={() => zoomIn(0.5)}>
|
||||
<AiOutlineZoomIn size={20} />
|
||||
</Button>
|
||||
<Button onClick={() => zoomOut(0.4)}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user