diff --git a/packages/gallery/src/interface/allImages.js b/packages/gallery/src/interface/allImages.js index 60cfd67..2bbf65c 100644 --- a/packages/gallery/src/interface/allImages.js +++ b/packages/gallery/src/interface/allImages.js @@ -69,7 +69,22 @@ export function AllImagesView(vm, params, key, context) { } return [ - uploadButton([el('label', { for: 'uploadButton', style: CLICKABLE }, 'Upload')]), + uploadButton([ + el( + 'label', + { + for: 'uploadButton', + style: CLICKABLE + }, + [ + Icon({ + name: 'upload', + size: 0.75, + title: 'Upload' + }) + ] + ) + ]), el('input', { id: 'uploadButton', name: 'uploadButton',