updated: notes save buttons

This commit is contained in:
Thomas Hervey
2018-07-03 10:57:53 -04:00
parent b4c6607384
commit 61ae541cfc
6 changed files with 39 additions and 14 deletions

View File

@@ -220,14 +220,14 @@ export function uiCommit(context) {
buttonEnter
.append('button')
.attr('class', 'secondary-action col5 button cancel-button')
.attr('class', 'secondary-action button cancel-button')
.append('span')
.attr('class', 'label')
.text(t('commit.cancel'));
buttonEnter
.append('button')
.attr('class', 'action col5 button save-button')
.attr('class', 'action button save-button')
.append('span')
.attr('class', 'label')
.text(t('commit.save'));