diff options
author | sdtsui <szehungdanieltsui@gmail.com> | 2017-07-30 13:44:39 +0800 |
---|---|---|
committer | sdtsui <szehungdanieltsui@gmail.com> | 2017-07-30 13:44:39 +0800 |
commit | 689f60d1ce811f542e70da523bcb89b12242440d (patch) | |
tree | 4c22a71cf647bde3607c333bd182a1f0f9fe6e3d /ui/app/send.js | |
parent | 4880ee26d589ea7bbb1f0d532646fa818d4eaae4 (diff) | |
download | tangerine-wallet-browser-689f60d1ce811f542e70da523bcb89b12242440d.tar tangerine-wallet-browser-689f60d1ce811f542e70da523bcb89b12242440d.tar.gz tangerine-wallet-browser-689f60d1ce811f542e70da523bcb89b12242440d.tar.bz2 tangerine-wallet-browser-689f60d1ce811f542e70da523bcb89b12242440d.tar.lz tangerine-wallet-browser-689f60d1ce811f542e70da523bcb89b12242440d.tar.xz tangerine-wallet-browser-689f60d1ce811f542e70da523bcb89b12242440d.tar.zst tangerine-wallet-browser-689f60d1ce811f542e70da523bcb89b12242440d.zip |
Add rounded background to total token, with minor styling tweaks
Diffstat (limited to 'ui/app/send.js')
-rw-r--r-- | ui/app/send.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/send.js b/ui/app/send.js index 873db8473..de9e64ad1 100644 --- a/ui/app/send.js +++ b/ui/app/send.js @@ -272,7 +272,7 @@ SendTransactionScreen.prototype.render = function () { // Buttons underneath card h('section.flex-column.flex-center', [ - h('button.light', { + h('button.btn-light', { onClick: this.onSubmit.bind(this), style: { marginTop: '8px', @@ -281,7 +281,7 @@ SendTransactionScreen.prototype.render = function () { }, }, 'Next'), - h('button.light', { + h('button.btn-light', { onClick: this.back.bind(this), style: { background: '#F7F7F7', // $alabaster |