The overflow icon does not change from it's default color. I read that this was fixed in dotnet/maui#9240. However I currently am using the latest .NET 8 RC. And the behavior is still here. I did need to change the other icons using a FreshMVVM specific method:
_navigationContainer = new FreshNavigationContainer(page)
{
BarTextColor = Colors.White,
BarBackgroundColor = Color.FromArgb("#454545")
};
That color does not seem to apply to the overflow icon. But MAUI specific methods like the one used in dotnet/maui#9240 do not work either.
The icon in question is the overflow icon on the right:

The overflow icon does not change from it's default color. I read that this was fixed in dotnet/maui#9240. However I currently am using the latest .NET 8 RC. And the behavior is still here. I did need to change the other icons using a FreshMVVM specific method:
That color does not seem to apply to the overflow icon. But MAUI specific methods like the one used in dotnet/maui#9240 do not work either.
The icon in question is the overflow icon on the right:
