aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2016-06-24 05:01:16 +0800
committerkumavis <aaron@kumavis.me>2016-06-24 05:01:16 +0800
commit2a3660fe6018f3a9e4636a18276280780e717300 (patch)
tree54e3daeba1b2d443ec687fbf4f209b8119987757 /ui/app/components
parent122576a790b8621c0e32121d815850357c453a77 (diff)
parent216e7235dd590bffacb0778e387030e9bd0d90bc (diff)
downloadtangerine-wallet-browser-2a3660fe6018f3a9e4636a18276280780e717300.tar.gz
tangerine-wallet-browser-2a3660fe6018f3a9e4636a18276280780e717300.tar.zst
tangerine-wallet-browser-2a3660fe6018f3a9e4636a18276280780e717300.zip
Merge branch 'master' of github.com:MetaMask/metamask-plugin into svg-notif
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/drop-menu-item.js2
-rw-r--r--ui/app/components/transaction-list-item.js4
2 files changed, 3 insertions, 3 deletions
diff --git a/ui/app/components/drop-menu-item.js b/ui/app/components/drop-menu-item.js
index d9fde72ac..5531ebf9f 100644
--- a/ui/app/components/drop-menu-item.js
+++ b/ui/app/components/drop-menu-item.js
@@ -18,7 +18,7 @@ DropMenuItem.prototype.render = function () {
style: {
listStyle: 'none',
padding: '6px 16px 6px 5px',
- fontFamily: 'Transat Medium',
+ fontFamily: 'Montserrat Regular',
color: 'rgb(125, 128, 130)',
cursor: 'pointer',
},
diff --git a/ui/app/components/transaction-list-item.js b/ui/app/components/transaction-list-item.js
index 56f2103f3..94fde697e 100644
--- a/ui/app/components/transaction-list-item.js
+++ b/ui/app/components/transaction-list-item.js
@@ -77,7 +77,7 @@ TransactionListItem.prototype.render = function () {
function domainField (txParams) {
return h('div', {
style: {
- fontSize: 'small',
+ fontSize: 'x-small',
color: '#ABA9AA',
},
}, [
@@ -98,7 +98,7 @@ function recipientField (txParams, transaction, isTx, isMsg) {
return h('div', {
style: {
- fontSize: 'small',
+ fontSize: 'x-small',
color: '#ABA9AA',
},
}, [