Tint color for default toolbar items in iOS 26

Is there any way to change the color of default items like Back button or Search?

Even if I apply .tint() to a view these items in the .toolbar are always in primary color.

It seems that the “.tint” modifier does not work for “Menu” either, even if .menuType(.button) is specified.

Tint color for default toolbar items in iOS 26
 
 
Q