maui-samples
maui-samples copied to clipboard
The hamburger icon does not appear on the Fundamentals\Shell\Xaminals windows app
The hamburger icon does not appear on the Fundamentals\Shell\Xaminals windows app. you might want to consider changing the Shell foreground color defined in AppShell.xaml, from 👍
<Setter Property="Shell.ForegroundColor" Value="White" />
to
<Setter Property="Shell.ForegroundColor" Value="{OnPlatform WinUI={StaticResource Primary}, Default={StaticResource White}}" />