aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/transaction-list-item.js
diff options
context:
space:
mode:
authorFrankie <frankie.diamond@gmail.com>2016-07-14 06:46:36 +0800
committerDan Finlay <somniac@me.com>2016-07-14 06:46:36 +0800
commitdbc9008295f96b8917c5b66d8df2c2e2360c2814 (patch)
treee3d5ef6010156bbee1e9d93ce1fe8206e527916f /ui/app/components/transaction-list-item.js
parent7b9b22e8a082bf78061030d176327914a4ad54de (diff)
downloadtangerine-wallet-browser-dbc9008295f96b8917c5b66d8df2c2e2360c2814.tar.gz
tangerine-wallet-browser-dbc9008295f96b8917c5b66d8df2c2e2360c2814.tar.zst
tangerine-wallet-browser-dbc9008295f96b8917c5b66d8df2c2e2360c2814.zip
Fix eth balance tooltip to show 6 decimals (#440)
* Fix tooltip to show to the 6 decimal place on balances ovr 0... * Change font size for balance component in tx-list so it fits the notation * Add to change log * Linting * change log
Diffstat (limited to 'ui/app/components/transaction-list-item.js')
-rw-r--r--ui/app/components/transaction-list-item.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/transaction-list-item.js b/ui/app/components/transaction-list-item.js
index 2314c7107..78867fca4 100644
--- a/ui/app/components/transaction-list-item.js
+++ b/ui/app/components/transaction-list-item.js
@@ -75,6 +75,7 @@ TransactionListItem.prototype.render = function () {
value: txParams.value,
width: '55px',
shorten: true,
+ style: {fontSize: '15px'},
}) : h('.flex-column'),
])
)