How to add button icon to modal button

@edwardhamlin

A workaround to this is to create your modal as an element of the Frames component rather than with modal button -- this way you can create a button that looks and feels the way you want it to and then assign the event handler on the button to open the modal:

image

2 Likes