View with .cornerRadius() set is not being shown. Background should be red with round corner, but it's not visible (like it was transparent), content (text and image) is visible
Code Block VStack { Text("text") Image("image") } .background(Color.red) .cornerRadius(5)