Skip to content

Commit

Permalink
feat: icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
Biraj Mainali committed Jun 13, 2022
1 parent 8f88df5 commit 98f0eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ passwordInputs.forEach(input => {
button.style.top = '0';
button.style.background = 'none';
button.style.outline = 'none';
button.style.fontSize = '1.5em';
button.style.fontSize = '1.3em';
button.style.border = 'none';
input.parentNode.insertBefore(button, input.nextSibling);

Expand Down

0 comments on commit 98f0eb4

Please sign in to comment.