client/src/components/SlateEditor/index.js
changeset 170 7da1d5137b0b
parent 169 f98efa1bddd1
child 171 03334a31130a
equal deleted inserted replaced
169:f98efa1bddd1 170:7da1d5137b0b
   514 
   514 
   515   renderToolbarCheckbox = () => {
   515   renderToolbarCheckbox = () => {
   516     return (
   516     return (
   517       <div className="checkbox float-right">
   517       <div className="checkbox float-right">
   518         <label className="mr-2">
   518         <label className="mr-2">
   519           <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>
   519           <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>
   520         </label>
   520         </label>
   521       </div>
   521       </div>
   522     )
   522     )
   523   }
   523   }
   524 
   524