fix(create-success): Readability problem on warning on page with message confirming the creation of a vote #30

pull/73/head
Clement G 4 years ago
parent 5f2f7f073e
commit a16b3e6f90

@ -105,10 +105,10 @@ class CreateSuccess extends Component {
</Row> </Row>
<Row className="mt-4 mb-4"> <Row className="mt-4 mb-4">
<Col> <Col>
<div className=" bg-warning text-white p-2 "> <div className=" bg-danger text-white p-2 ">
<p className="m-0 p-0 text-center"> <h4 className="m-0 p-0 text-center">
{t('Keep these links carefully')} {t('Keep these links carefully')}
</p> </h4>
<p className="small m-2 p-0"> <p className="small m-2 p-0">
<Trans i18nKey="t"> <Trans i18nKey="t">
<b>Warning</b>: you will have no other choices to recover the <b>Warning</b>: you will have no other choices to recover the

Loading…
Cancel
Save