buttons and icons

This commit is contained in:
muerwre 2018-09-03 14:54:43 +07:00
parent 5cb229ae90
commit 2375bc3f57
6 changed files with 77 additions and 13 deletions

View file

@ -106,7 +106,7 @@ export class EditorPanel extends React.PureComponent {
<div className="control-bar">
<button
className="highlighted"
className="highlighted cancel"
onClick={this.stopEditing}
>
<span>ОТМЕНА</span>
@ -117,7 +117,7 @@ export class EditorPanel extends React.PureComponent {
onClick={this.startSaveMode}
>
<span>СХОРОНИТЬ</span>
<Icon icon="icon-save" />
<Icon icon="icon-save-2" />
</button>
</div>