I had this issue as well - .foregroundStyle/.foregroundColor stopped working on buttons when building my app in xcode 15.
This used to work fine, does not anymore:
Button(action: {openURL((state.tabUrlRequest?.url!)!)}, label: {
Label("", systemImage: "safari")
}).foregroundStyle(.white)