Remove the dot from a Button widget

I’m using a couple of Button widgets on my screen but they always appear with a dot or bullet before the label text. Is there a way to get rid of this?

Did you try setting iconUri or focusedIconUri?

https://developer.roku.com/docs/references/scenegraph/widget-nodes/button.md

Thanks, this worked.