edit page vouchers

This commit is contained in:
enggar_ganteng 2019-01-04 19:38:10 +07:00
parent d2ad20cfdc
commit ec1cabc426
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ export default class ModalVouchersComponent extends React.Component {
</div>
<div className={'costRightPaneModal'}>
<Route render={({ history}) => (
<Button onClick={() => history.push(LINKS.VERIFY_VOUCHERS)} className={'costButtonModal'} size={"large"} block>Buy</Button>
<Button onClick={() => history.push(LINKS.VERIFY_VOUCHERS)} type="primary" size={"large"} block>Buy</Button>
)} />
</div>
</div>

View File

@ -47,7 +47,7 @@
margin-bottom: 0px;
}
.costValueModal{
color: #c21a1a;
color: #FF6F00;
font-size: 1.5rem;
margin-bottom: 0px;
}