diff options
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/drop-menu-item.js | 2 | ||||
-rw-r--r-- | ui/app/components/transaction-list-item.js | 4 |
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', }, }, [ |