Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overflow icon color does not change. #13

Open
RoccoDevs opened this issue Sep 26, 2023 · 0 comments
Open

Overflow icon color does not change. #13

RoccoDevs opened this issue Sep 26, 2023 · 0 comments

Comments

@RoccoDevs
Copy link

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:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant