Orasund / elm-ui-widgets

Collection of reusable views for elm-ui.
https://orasund.github.io/elm-ui-widgets/
BSD 3-Clause "New" or "Revised" License
85 stars 11 forks source link

Border inconsistancies with Dividers #61

Closed Orasund closed 3 years ago

Orasund commented 3 years ago

Noticed that divicers and header have border left and right, while other items don't. Additionally, they have the wrong gray value (Color.gray while the should have Material.gray)

Orasund commented 3 years ago

The original intend was to allow lists as cards (need border on both sides).

Better implementation would be to have the border independent of the list items. Not sure though if that would be in conflict to Widget.header.

Solution nr. two: set the border color of sheets to the background color.