Adding:
.padding(.leading, -15)
.padding(.trailing, -15)
.clipped()
... where appropriate can get rid of the rounded corners to make multiple wheel pickers appear to be a single UI element, and it seems to give a proper clickable-area to each of the pickers if you also add:
.contentShape(Rectangle())