aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
authorFrankie <frankie.pangilinan@consensys.net>2016-06-23 06:31:02 +0800
committerFrankie <frankie.pangilinan@consensys.net>2016-06-23 06:35:52 +0800
commitf0e64112771612a79ed7c23bc8147e692c7f8356 (patch)
treed2ebab812cf5f0ac4bc1f76d9727766b7dae2601 /ui/app/components
parent03550b7e9a8462947a681d57d1ab15a0f596366d (diff)
downloadtangerine-wallet-browser-f0e64112771612a79ed7c23bc8147e692c7f8356.tar.gz
tangerine-wallet-browser-f0e64112771612a79ed7c23bc8147e692c7f8356.tar.zst
tangerine-wallet-browser-f0e64112771612a79ed7c23bc8147e692c7f8356.zip
Swap out Transat font for Montserrat
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',
},
}, [