Skip to content

Commit

Permalink
changed line-spacing step from 1 to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Shar-ma committed Mar 31, 2021
1 parent 2ed8e73 commit dbb64a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Editor/sections/Settings/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const Settings = () => {
name="bodyLine"
min="1"
max="5"
step={1}
step={0.1}
initialValue={1}
/>
<div className={styles.vSeparator}></div>
Expand Down

0 comments on commit dbb64a5

Please sign in to comment.