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)`