aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-07-31 07:47:47 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-07-31 07:47:47 +0800
commita7ab69b940e91aea4362c3c0bf9e9f3efb7c76c9 (patch)
tree1ca78fd0df229abb2e9e9aa04a20f2562490834b /ui/app/components
parent97cb25c9f17b5cbf66f4e9a769bcdbdd39b4c9b5 (diff)
downloadtangerine-wallet-browser-a7ab69b940e91aea4362c3c0bf9e9f3efb7c76c9.tar.gz
tangerine-wallet-browser-a7ab69b940e91aea4362c3c0bf9e9f3efb7c76c9.tar.zst
tangerine-wallet-browser-a7ab69b940e91aea4362c3c0bf9e9f3efb7c76c9.zip
Adjust button styles for Send Token screen
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/pending-tx.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/pending-tx.js b/ui/app/components/pending-tx.js
index 1fa9db4ef..1c47440f2 100644
--- a/ui/app/components/pending-tx.js
+++ b/ui/app/components/pending-tx.js
@@ -380,6 +380,7 @@ PendingTx.prototype.render = function () {
fontSize: '12px',
lineHeight: '20px',
textAlign: 'center',
+ borderStyle: 'none',
},
disabled: insufficientBalance || !this.state.valid || !isValidAddress || this.state.submitting,
}),