From 6fd1c15a5c2fa961e20ff18732bc4879357c2e0a Mon Sep 17 00:00:00 2001 From: sdtsui Date: Thu, 3 Aug 2017 00:25:25 -0700 Subject: Fix color for large password input --- ui/app/unlock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app/unlock.js') diff --git a/ui/app/unlock.js b/ui/app/unlock.js index 1aee3c5d0..08235f0ea 100644 --- a/ui/app/unlock.js +++ b/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), -- cgit