Open under3415 opened 4 years ago
You need to add this to your theme to fix the ContentDialog issue
<SolidColorBrush x:Key="SystemControlPageBackgroundMediumAltMediumBrush" Color="#99000000" />
<StaticResource x:Key="ContentDialogLightDismissOverlayBackground" ResourceKey="SystemControlPageBackgroundMediumAltMediumBrush" />
Steps to replicate:
App.Xaml
add this:TextBlock
andLoaded
event toMainPage
Add
ContentDialog
call toLoaded
eventContentDialog
covers up theTextBlock
. If you remove the color theme this does not happen.