Today in #SwiftUI land: why does the button not align to the trailing side?!
@nicoreese would buttonStylePlain act the same?
@its_john_davis plain works fine. It's all the other button styles combined with buttonBorderShape(.circle) which show the issue.
@nicoreese @its_john_davis Why are you using a Label for the label instead of a simple Image view?
@nicoreese @its_john_davis Yeah, the bordered style applies more padding horizontally than vertically and is not smart enough to adjust it. Circle shape here is fitted to height, but the size still stays rectangular and will have visible leading/trailing padding.