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?