fix: add min-height in WalletSummary

This commit is contained in:
George Lima 2019-01-08 11:33:39 -03:00
parent c26aea400e
commit 9b8c4aff4c
1 changed files with 2 additions and 5 deletions

View File

@ -17,6 +17,7 @@ const Wrapper = styled.div`
background-color: ${props => props.theme.colors.cardBackgroundColor};
border-radius: ${props => props.theme.boxBorderRadius};
padding: 37px 45px;
min-height: 250px;
position: relative;
margin-top: ${props => props.theme.layoutContentPaddingTop};
`;
@ -128,11 +129,7 @@ export const WalletSummaryComponent = ({
/>
</ValueBox>
<ValueBox>
<Label
value='&#9679; TRANSPARENT'
isBold
size={theme.fontSize.small}
/>
<Label value='&#9679; TRANSPARENT' isBold size={theme.fontSize.small} />
<TextComponent
value={`ZEC ${formatNumber({ value: transparent })}`}
isBold