Skip to content

Commit

Permalink
fix(SFOX): img size
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Welber committed Jun 6, 2018
1 parent d0a7817 commit 9679f18
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ const RightCol = styled.div`
display: flex;
justify-content: center;
`
const ImageWrapper = styled.div`
display: flex;
align-items: center;
justify-content: center;
`

const AwaitingDeposits = ({ showModal }) => {
return (
Expand All @@ -31,7 +36,9 @@ const AwaitingDeposits = ({ showModal }) => {
<Text size='30px' weight={600}>
<FormattedMessage id='modals.sfoxexchangedata.link.awaitingdeposits.title' defaultMessage='Verify Your Bank Account' />
</Text>
<Image name='micro-deposits-whole' width='100%' />
<ImageWrapper>
<Image name='micro-deposits-whole' width='215px' />
</ImageWrapper>
<Text size='13px' weight={300}>
<FormattedMessage id='modals.sfoxexchangedata.link.awaitingdeposits.body' defaultMessage='To verify your bank details, SFOX will send two micro-deposits to your bank account for a few cents each. Once received, select Enter Deposit Details to finish setting up your account.' />
</Text>
Expand Down

0 comments on commit 9679f18

Please sign in to comment.