kiwicom / orbit-swiftui

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

Extract `textSize` and `iconSize` from `Text` and `Icon` to modifier #606

Closed PavelHolec closed 1 year ago

PavelHolec commented 1 year ago

To allow reusing ButtonStyles, we need to move the size property to modifier that can be overridden in the hierarchy.

Similar to textColor and iconColor modifiers, Icon should be able to use both textSize and iconSize modifiers, with priority on iconSize.