maui-samples icon indicating copy to clipboard operation
maui-samples copied to clipboard

The hamburger icon does not appear on the Fundamentals\Shell\Xaminals windows app

Open davefxy opened this issue 3 years ago • 0 comments

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}}" />

davefxy avatar Aug 20 '22 14:08 davefxy