Apple, explain to me how two identical #SwiftUI buttons function differently……..
@JTostitos Is there a scroll container? That seems like the click might be hitting an invisible scroll bar gutter.

@xeenon Yes, its in a vertical ScrollView. I didn’t notice it until now, but even the paywall buttons below don’t accept the click if you’re too far over to the right. But the scroll bar gutter is not in the way of the content.

Sure enough though the right combination of modifiers in the right spots cause it to break somehow. Deleting the original safeAreaPadding() modifier and adding multiple of them in the right spots fixes it…