client/src/components/SlateEditor/index.js
changeset 170 7da1d5137b0b
parent 169 f98efa1bddd1
child 171 03334a31130a
--- 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>
     )