Fix styling on PayPal button

This commit is contained in:
Berkeley Martinez
2015-10-26 18:40:48 -07:00
parent 2f86593135
commit 8bce2c9f8b

View File

@ -132,14 +132,13 @@ export default contain(
md={ 3 }> md={ 3 }>
<Button <Button
block={ true } block={ true }
bsSize='large'
onClick={ () => { onClick={ () => {
jobActions.applyCode({ jobActions.applyCode({
code: promoCode, code: promoCode,
type: isHighlighted ? 'isHighlighted' : null type: isHighlighted ? 'isHighlighted' : null
}); });
}}> }}>
Find Promo Apply Promo Code
</Button> </Button>
</Col> </Col>
</Row> </Row>