diff options
author | Frankie <frankie.pangilinan@consensys.net> | 2016-06-23 06:31:02 +0800 |
---|---|---|
committer | Frankie <frankie.pangilinan@consensys.net> | 2016-06-23 06:35:52 +0800 |
commit | f0e64112771612a79ed7c23bc8147e692c7f8356 (patch) | |
tree | d2ebab812cf5f0ac4bc1f76d9727766b7dae2601 /ui/app/components | |
parent | 03550b7e9a8462947a681d57d1ab15a0f596366d (diff) | |
download | tangerine-wallet-browser-f0e64112771612a79ed7c23bc8147e692c7f8356.tar tangerine-wallet-browser-f0e64112771612a79ed7c23bc8147e692c7f8356.tar.gz tangerine-wallet-browser-f0e64112771612a79ed7c23bc8147e692c7f8356.tar.bz2 tangerine-wallet-browser-f0e64112771612a79ed7c23bc8147e692c7f8356.tar.lz tangerine-wallet-browser-f0e64112771612a79ed7c23bc8147e692c7f8356.tar.xz 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.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', }, }, [ |