Skip to content

Commit

Permalink
feat(SFOX): button width
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Welber committed May 29, 2018
1 parent cdfc1ca commit ec36ba4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const AwaitingDeposits = ({ showModal }) => {
</Text>
</LeftCol>
<RightCol>
<Button uppercase nature='primary' onClick={() => showModal('SfoxEnterMicroDeposits')}>
<Button uppercase width='80%' nature='primary' onClick={() => showModal('SfoxEnterMicroDeposits')}>
<FormattedMessage id='awaiting_deposits.enter' defaultMessage='Enter Deposit Details' />
</Button>
</RightCol>
Expand Down

0 comments on commit ec36ba4

Please sign in to comment.