I need to change the title of all the navigationlinks to a different color other than blue, like a custom green. Don't know where to begin.
I need to change the title of all the navigationlinks to a different color other than blue, like a custom green. Don't know where to begin.
Use accent color like the following

NavigationView {
// content here
}.accentColor(Color.green)