aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-02-24 09:45:37 +0800
committerDan Finlay <dan@danfinlay.com>2017-02-24 09:45:37 +0800
commit42c2c3df3791e5c3f6cd744393c723c7e32e2403 (patch)
treec34c65668879f754edc3d633e2478b2a7e5e2be7 /ui/app/components
parentd1bce61996a8789759ea72dc76b6f7282afd4380 (diff)
downloadtangerine-wallet-browser-42c2c3df3791e5c3f6cd744393c723c7e32e2403.tar.gz
tangerine-wallet-browser-42c2c3df3791e5c3f6cd744393c723c7e32e2403.tar.zst
tangerine-wallet-browser-42c2c3df3791e5c3f6cd744393c723c7e32e2403.zip
Improve pending tx blue dot style
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/transaction-list-item-icon.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/ui/app/components/transaction-list-item-icon.js b/ui/app/components/transaction-list-item-icon.js
index 90b4ec094..ca2781451 100644
--- a/ui/app/components/transaction-list-item-icon.js
+++ b/ui/app/components/transaction-list-item-icon.js
@@ -15,11 +15,7 @@ TransactionIcon.prototype.render = function () {
const { transaction, txParams, isMsg } = this.props
switch (transaction.status) {
case 'unapproved':
- return h( !isMsg ? '.unapproved-tx-icon' : 'i.fa.fa-certificate.fa-lg', {
- style: {
- width: '24px',
- },
- })
+ return h( !isMsg ? '.unapproved-tx-icon' : 'i.fa.fa-certificate.fa-lg')
case 'rejected':
return h('i.fa.fa-exclamation-triangle.fa-lg.warning', {