hotfix: increase WalletSummary padding

This commit is contained in:
George Lima 2018-12-10 21:41:02 -03:00
parent becf1bc76c
commit ffef4201a6
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const Wrapper = styled.div`
flex-direction: column;
background-color: ${props => props.theme.colors.cardBackgroundColor};
border-radius: 5px;
padding: 30px;
padding: 45px;
margin: 20px;
position: relative;
`;