mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-02 05:01:38 +02:00
Make sure icon fill colors can be overridden
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user