--- a/client/src/components/SlateEditor/index.js Thu Oct 11 11:05:04 2018 +0200
+++ b/client/src/components/SlateEditor/index.js Tue Nov 06 16:19:26 2018 +0100
@@ -516,7 +516,7 @@
return (
<div className="checkbox float-right">
<label className="mr-2">
- <input type="checkbox" checked={this.props.isChecked} onChange={this.onCheckboxChange} /><small className="text-muted ml-1"> Appuyer sur <kbd className="bg-danger text-muted ml-1">Entrée</kbd> pour ajouter une note</small>
+ <input type="checkbox" checked={this.props.isChecked} onChange={this.onCheckboxChange} /><small className="text-muted ml-1"> Appuyer sur <kbd className="bg-irinotes-form text-muted ml-1">Entrée</kbd> pour ajouter une note</small>
</label>
</div>
)