Skip to content

[RoundButton] Rework the contentItem, improve background accuracy

Noah Davis requested to merge work/ndavis/roundbutton into master

The contentItem now uses more of RoundButton's public API.

The background now looks a bit more like Breeze.

Note: the default size has changed noticeably. The size this patch uses is more correct because it uses padding for the content rather than only depending on the background being large enough. This means devs can now prevent icons and text from spilling out of the rounded edges.

before after
Screenshot_20210221_200556 Screenshot_20210221_200503

@teams/vdg

Merge request reports