Skip to content

WIP: fix(ui): add iconsize prop to iconbutton Icon and snapshot updates

Sidorela Uku requested to merge iconbutton-update into master

Since IconButton is a combination of Icon and Button component, there was an overlap for the size property. Button has a string while icon had a number prop.

Merge request reports