mia-platform / design-system

React graphical components designed by Mia Platform
https://mia-platform.github.io/design-system/
Apache License 2.0
12 stars 1 forks source link

fix: remove extra padding from button with icon only #587

Closed fredmaggiowski closed 2 months ago

fredmaggiowski commented 2 months ago

Description

Remove extra padding from buttons with only icon.

I've also updated antd to v5.17 to leverage the new Button#iconPosition prop and remove our custom code

Checklist