Skip to content

Overflow icon color does not change. #13

@RoccoDevs

Description

@RoccoDevs

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions