aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/send.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2017-08-25 00:24:48 +0800
committerDan <danjm.com@gmail.com>2017-08-26 03:33:41 +0800
commitd990a8eb86a231170194e8c4497deac5aa199c1d (patch)
tree7e2764a4f90f31d1a5d02b68a5966206cc068ec6 /ui/app/send.js
parent4076496c8ea8c5a771db421b6c6a037c6ad48df1 (diff)
downloadtangerine-wallet-browser-d990a8eb86a231170194e8c4497deac5aa199c1d.tar.gz
tangerine-wallet-browser-d990a8eb86a231170194e8c4497deac5aa199c1d.tar.zst
tangerine-wallet-browser-d990a8eb86a231170194e8c4497deac5aa199c1d.zip
Add 'customize' text to gas input.
Diffstat (limited to 'ui/app/send.js')
-rw-r--r--ui/app/send.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/app/send.js b/ui/app/send.js
index ef4e92e26..c77bc49f9 100644
--- a/ui/app/send.js
+++ b/ui/app/send.js
@@ -216,6 +216,10 @@ SendTransactionScreen.prototype.render = function () {
placeholder: '0',
}, []),
+ h('div.send-screen-gas-input-customize', {}, [
+ 'Customize'
+ ]),
+
]),
h('div.send-screen-input-wrapper', {}, [