use slightly smaller "plus" icon

(this one is also used in other similar UI locations, e.g. the "add tag" in the raw tags editor, etc.)
This commit is contained in:
Martin Raifer
2024-07-12 17:20:09 +02:00
parent 904c802587
commit 6e9d225828

View File

@@ -189,7 +189,7 @@ export function uiPhotoviewer(context) {
const buttonEnter = button.enter()
.append('button')
.attr('class', 'set-photo-from-viewer')
.call(svgIcon('#iD-operation-merge'))
.call(svgIcon('#iD-icon-plus'))
.call(uiTooltip()
.title(() => t.append('inspector.set_photo_from_viewer'))
.placement('right')