Is there anyway to set/define the colour of the navgationTitle? Have tried 'tint', Text("some title").foregroundColor(.red). Example .navigationTitle(Text("Developer Journal").foregroundColor(Color.white))
Can't seem to influence the Text Color, the old way used to be to use UINavigation and bring that into SwiftUI setting the 'appearance' but figured this would be updated in this release.