kiwicom / orbit-swiftui

Kiwi.com Orbit design system library
MIT License
132 stars 23 forks source link

Move behavior/presentation of `Button` to `OrbitButtonStyle` #607

Closed sjavora closed 1 year ago

sjavora commented 1 year ago

The only remaining thing is the text's size, which requires #606. There should be no visual changes from this update.

The second commit adds the shorthand .orbit(...) syntax to OrbitButtonStyle, but unfortunately we can't use default values for the view builders there. Not sure if the second commit is worth it, but maybe it will be useful in the future.

Part of #605.