dotnet / Comet

Comet is an MVU UIToolkit written in C#
MIT License
1.65k stars 117 forks source link

Title color property missing on NavigationView #224

Open davidortinau opened 2 years ago

davidortinau commented 2 years ago
    View body()
        => new NavigationView {
            new AboutModifyingState()
        }.Background(Colors.Black);

I'm able to set the background like this, but unable to set the text color. Color doesn't seem to map to anything.

Screen Shot 2022-01-04 at 8 26 42 PM
Clancey commented 2 years ago

Right now comet is using a half implemented NavigationHandler, as I wait for Maui to finish the Navigation handler