diff options
author | Dan Finlay <dan@danfinlay.com> | 2017-12-07 12:43:11 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2017-12-07 12:43:11 +0800 |
commit | 73da8a5a4f0fc10fbcc37a5e2e8cadaab402de55 (patch) | |
tree | e77c1cb442cb78adef7d7e492e6fbc1ae8812de1 /ui | |
parent | 0e25129028dd45d717d27dfe0c06db8a4052bd4e (diff) | |
parent | 6b3909547f14533cfe09e3d12ac61f0cf57eedd4 (diff) | |
download | tangerine-wallet-browser-73da8a5a4f0fc10fbcc37a5e2e8cadaab402de55.tar tangerine-wallet-browser-73da8a5a4f0fc10fbcc37a5e2e8cadaab402de55.tar.gz tangerine-wallet-browser-73da8a5a4f0fc10fbcc37a5e2e8cadaab402de55.tar.bz2 tangerine-wallet-browser-73da8a5a4f0fc10fbcc37a5e2e8cadaab402de55.tar.lz tangerine-wallet-browser-73da8a5a4f0fc10fbcc37a5e2e8cadaab402de55.tar.xz tangerine-wallet-browser-73da8a5a4f0fc10fbcc37a5e2e8cadaab402de55.tar.zst tangerine-wallet-browser-73da8a5a4f0fc10fbcc37a5e2e8cadaab402de55.zip |
Merge branch 'RetryTransaction' of github.com:MetaMask/metamask-plugin into RetryTransaction
Diffstat (limited to 'ui')
-rw-r--r-- | ui/app/components/transaction-list-item.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/app/components/transaction-list-item.js b/ui/app/components/transaction-list-item.js index 56e90e26c..fa6c5915d 100644 --- a/ui/app/components/transaction-list-item.js +++ b/ui/app/components/transaction-list-item.js @@ -120,15 +120,15 @@ TransactionListItem.prototype.render = function () { this.resubmit() }, style: { - height: '30px', - borderRadius: '30px', + height: '22px', + borderRadius: '22px', color: '#F9881B', - padding: '0 25px', + padding: '0 20px', backgroundColor: '#FFE3C9', display: 'flex', justifyContent: 'center', alignItems: 'center', - fontSize: '9px', + fontSize: '8px', cursor: 'pointer', }, }, [ |