|
|
@@ -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>
|