From e43282124abc785b786d32e28c9b2ca637b6a8e3 Mon Sep 17 00:00:00 2001 From: George Lima Date: Wed, 19 Dec 2018 18:40:39 -0300 Subject: [PATCH] hotfix: remove useless margin top --- app/components/wallet-summary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/wallet-summary.js b/app/components/wallet-summary.js index 63816e0..cccb535 100644 --- a/app/components/wallet-summary.js +++ b/app/components/wallet-summary.js @@ -17,8 +17,8 @@ const Wrapper = styled.div` background-color: ${props => props.theme.colors.cardBackgroundColor}; border-radius: 5px; padding: 37px 45px; - margin-top: 20px; position: relative; + margin-top: ${props => props.theme.layoutContentPaddingTop}; `; const AllAddresses = styled(TextComponent)`