aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/unlock.js
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2016-05-19 03:13:19 +0800
committerkumavis <aaron@kumavis.me>2016-05-19 03:13:19 +0800
commit877648623e0b483d05291379b17d5a6646375b34 (patch)
treeee5bf909860cbf942788e0177db7d81571846e31 /ui/app/unlock.js
parent06557d7900b77a80eaa7e305d55182a6d0c10db5 (diff)
downloadtangerine-wallet-browser-877648623e0b483d05291379b17d5a6646375b34.tar.gz
tangerine-wallet-browser-877648623e0b483d05291379b17d5a6646375b34.tar.zst
tangerine-wallet-browser-877648623e0b483d05291379b17d5a6646375b34.zip
ui - redesign - sendTransaction
Diffstat (limited to 'ui/app/unlock.js')
-rw-r--r--ui/app/unlock.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/app/unlock.js b/ui/app/unlock.js
index 512906c67..687bb5e52 100644
--- a/ui/app/unlock.js
+++ b/ui/app/unlock.js
@@ -41,7 +41,7 @@ UnlockScreen.prototype.render = function() {
},
}, 'MetaMask'),
- h('input.password-box', {
+ h('input.large-input', {
type: 'password',
id: 'password-box',
placeholder: 'enter password',
@@ -60,6 +60,9 @@ UnlockScreen.prototype.render = function() {
h('button.primary.cursor-pointer', {
onClick: this.onSubmit.bind(this),
+ style: {
+ margin: 10,
+ },
}, 'Unlock'),
])