Fix notes add button class

This commit is contained in:
Mo Bitar
2018-12-19 20:20:05 -06:00
parent 513a5e32c9
commit ff15c1900d
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
.padded
.section-title-bar-header
.title {{ctrl.panelTitle()}}
.sk-button.sk-secondary.wide{"ng-click" => "ctrl.createNewNote()", "title" => "Create a new note in the selected tag"}
.sk-button.contrast.wide{"ng-click" => "ctrl.createNewNote()", "title" => "Create a new note in the selected tag"}
.sk-label +
.filter-section{"role" => "search"}
%input.filter-bar#search-bar.mousetrap{"select-on-click" => "true", "ng-model" => "ctrl.noteFilter.text", "placeholder" => "Search",