Fix color for large password input

feature/default_network_editable
sdtsui 7 years ago
parent 0e631f6ac0
commit 6fd1c15a5c
  1. 2
      ui/app/unlock.js

@ -46,7 +46,7 @@ UnlockScreen.prototype.render = function () {
id: 'password-box',
placeholder: 'enter password',
style: {
background: 'white',
},
onKeyPress: this.onKeyPress.bind(this),
onInput: this.inputChanged.bind(this),

Loading…
Cancel
Save