aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@gmail.com>2017-12-07 12:27:43 +0800
committerAlexander Tseung <alextsg@gmail.com>2017-12-07 12:27:43 +0800
commit6b3909547f14533cfe09e3d12ac61f0cf57eedd4 (patch)
tree570604193cb909e66e8357c1775971b5c05f7884 /ui/app
parent31564e0a86072ae2b49923dcf28983075308c432 (diff)
downloadtangerine-wallet-browser-6b3909547f14533cfe09e3d12ac61f0cf57eedd4.tar.gz
tangerine-wallet-browser-6b3909547f14533cfe09e3d12ac61f0cf57eedd4.tar.zst
tangerine-wallet-browser-6b3909547f14533cfe09e3d12ac61f0cf57eedd4.zip
Fix styling of Retry buton
Diffstat (limited to 'ui/app')
-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',
},
}, [