ios 26 bata 4 - Unable to change Image foreground color

The following code results in a blue button with a black checkmark. The checkmark should be white.

Image(systemName: "checkmark")
    .frame(width:34, height: 34, alignment: .center)
    .background(.blue)
    .foregroundStyle(.white)
    .cornerRadius(17)

I also tried .foregroundColor(.white). I get the same results.

Have you tried this in beta 5? Beta 4 is now defunct so it wouldn't make any sense raising an issue on that version.

Update to 26 beta 5. I get the same results. How can I change the foreground color? This issue should be easy to test. I get the same results with an iPad 10th gen and simulators.

ios 26 bata 4 - Unable to change Image foreground color
 
 
Q