itizawa hace 6 años
padre
commit
af9a2afc61
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/client/js/components/MyDraftList/MyDraftList.jsx

+ 2 - 2
src/client/js/components/MyDraftList/MyDraftList.jsx

@@ -141,8 +141,8 @@ class MyDraftList extends React.Component {
             <div className="d-flex justify-content-between">
               <h4>Total: {totalCount} drafts</h4>
               <div className="align-self-center">
-                <button type="button" className="btn btn-sm btn-outline-secondary" onClick={this.clearAllDrafts}>
-                  <i className="icon-fw icon-fire text-danger"></i>
+                <button type="button" className="btn btn-sm btn-outline-danger" onClick={this.clearAllDrafts}>
+                  <i className="icon-fw icon-fire"></i>
                   {t('Delete All')}
                 </button>
               </div>