From 6393a4656bd86646e0966c319a7c5b721f576611 Mon Sep 17 00:00:00 2001 From: George Lima Date: Tue, 11 Dec 2018 19:26:28 -0300 Subject: [PATCH] hotfix: font-size fixes --- app/components/wallet-summary.js | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/app/components/wallet-summary.js b/app/components/wallet-summary.js index 674d9f1..bc216df 100644 --- a/app/components/wallet-summary.js +++ b/app/components/wallet-summary.js @@ -14,13 +14,14 @@ const Wrapper = styled.div` flex-direction: column; background-color: ${props => props.theme.colors.cardBackgroundColor}; border-radius: 5px; - padding: 45px; + padding: 37px 45px; margin: 20px; position: relative; `; const AllAddresses = styled(TextComponent)` margin-bottom: 2.5px; + font-size: 0.625em; `; const ValueBox = styled.div` @@ -29,12 +30,13 @@ const ValueBox = styled.div` `; const Label = styled(TextComponent)` - margin: 10px 0; - margin-left: -15px; + margin-top: 10px; + margin-bottom: 5px; + margin-left: -7.5px; `; const USDValue = styled(TextComponent)` - opacity: 0.7; + opacity: 0.5; `; const ShieldedValue = styled(Label)` @@ -79,26 +81,26 @@ export const WalletSummaryComponent = ({ label='All Addresses' renderTrigger={(toggleVisibility, isOpen) => ( - + )} options={addresses.map(addr => ({ label: addr, onClick: x => x }))} /> - - + + - - - + + + -