aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-12-07 12:43:11 +0800
committerDan Finlay <dan@danfinlay.com>2017-12-07 12:43:11 +0800
commit73da8a5a4f0fc10fbcc37a5e2e8cadaab402de55 (patch)
treee77c1cb442cb78adef7d7e492e6fbc1ae8812de1
parent0e25129028dd45d717d27dfe0c06db8a4052bd4e (diff)
parent6b3909547f14533cfe09e3d12ac61f0cf57eedd4 (diff)
downloadtangerine-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
-rw-r--r--ui/app/components/transaction-list-item.js8
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',
},
}, [