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 }>
<Button
block={ true }
bsSize='large'
onClick={ () => {
jobActions.applyCode({
code: promoCode,
type: isHighlighted ? 'isHighlighted' : null
});
}}>
Find Promo
Apply Promo Code
</Button>
</Col>
</Row>