--- a/client/src/components/SessionList.js Thu Oct 11 11:05:04 2018 +0200
+++ b/client/src/components/SessionList.js Tue Nov 06 16:19:26 2018 +0100
@@ -88,7 +88,7 @@
<div>
<Navbar history={this.props.history} group={this.props.currentGroup} />
<div className="container-fluid">
- <div className="session-count fixed-top bg-secondary font-weight-bold text-danger pl-4 pb-3 mb-3 mt-5 pt-3">
+ <div className="session-count fixed-top bg-secondary font-weight-bold text-irinotes-form pl-4 pb-3 mb-3 mt-5 pt-3">
{this.showSessionsNumber()}
{this.emptyListMessage()}
</div>
@@ -122,7 +122,7 @@
<span id="delete-session-close-modal-button" className="material-icons text-right" onClick={ this.handleModalCloseRequest }>close</span>
<div className="modal-body text-center">
<span className="modal-text">Supprimer cette session ?</span>
- <button type="button" className="btn btn-info text-secondary font-weight-bold py-1 px-2 ml-3" id="delete-session-modal-button" onClick={ this.deleteSession }>Supprimer</button>
+ <button type="button" className="btn btn-danger text-secondary font-weight-bold py-1 px-2 ml-3" id="delete-session-modal-button" onClick={ this.deleteSession }>Supprimer</button>
</div>
</div>
</Modal>