kiwicom / orbit-swiftui

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

Make separators and borders configurable by modifier #602

Closed PavelHolec closed 2 months ago

PavelHolec commented 1 year ago

The TileGroup and Tile/ListChoice should have configurable separator, similar to how native List separator can be configured based on content, or how backgroundColor() can be configured.

A border around Card, Tile and other components should be driven by a modifier too.