fixed save button

This commit is contained in:
muerwre 2019-02-19 11:22:40 +07:00
parent 6af37040d4
commit bbb628a24a
2 changed files with 6 additions and 3 deletions

View file

@ -100,7 +100,7 @@ class Component extends React.PureComponent<Props, void> {
</button>
<button
className={classnames({ primary: changed, disabled: !changed })}
className={classnames({ primary: changed, inactive: !changed })}
onClick={this.startSaveMode}
>
<span className="desktop-only">СОХРАНИТЬ</span>