Make sure icon fill colors can be overridden

This commit is contained in:
Bryan Housel
2019-02-04 13:01:35 -05:00
parent 3efd8dbe2d
commit 7fe0380d7d
6 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ export function uiNoteHeader() {
iconEnter
.append('div')
.attr('class', 'note-icon-annotation')
.call(svgIcon(statusIcon, 'note-annotation'));
.call(svgIcon(statusIcon, 'icon-annotation'));
});
headerEnter