On Apple Watch, I have used toolbarForegroundStyle view modifier to change the color of the navigation title programmatically to offer theming support for users.
In watchOS 26 it no longer seem to have any effect. For example with
.toolbarForegroundStyle(.blue, for: .navigationBar)
the title color still uses the AccentColor from the Assets catalog.
Is there any other setup required to get this working, or is it a bug?
Filed a feedback FB18527395