From 9bfa350495d3a64993a7cb0b55d0e4d7db25ac30 Mon Sep 17 00:00:00 2001 From: eliabejr Date: Thu, 20 Dec 2018 16:14:58 -0300 Subject: [PATCH] feature: add roboto font --- app/components/wallet-summary.js | 7 ++++--- public/index.html | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/components/wallet-summary.js b/app/components/wallet-summary.js index 63816e0..00d2e82 100644 --- a/app/components/wallet-summary.js +++ b/app/components/wallet-summary.js @@ -23,7 +23,7 @@ const Wrapper = styled.div` const AllAddresses = styled(TextComponent)` margin-bottom: 2.5px; - font-size: ${props => `${props.theme.fontSize.text}em`}; + font-size: ${props => `${props.theme.fontSize.sub}em`}; `; const ValueBox = styled.div` @@ -39,6 +39,7 @@ const Label = styled(TextComponent)` const USDValue = styled(TextComponent)` opacity: 0.5; + font-weight: 300; `; const ShieldedValue = styled(Label)` @@ -115,7 +116,7 @@ export const WalletSummaryComponent = ({ - + Zcash Reference Wallet