Open
Description
Describe the bug
i build Test 2.0.3 version DEMO and 3.0 WPF UI Gallery
the Mica【Light】Theme They are all not working properly on Win11 22H2 22621.1555
But the【Dark】Theme is work normal
To Reproduce
Create A Mica Style Window and Switch To Light Theme
private void NavigationButtonTheme_OnClick(object sender, RoutedEventArgs e)
{
Wpf.Ui.Appearance.Theme.Apply(Theme.GetAppTheme() == Wpf.Ui.Appearance.ThemeType.Dark ? Wpf.Ui.Appearance.ThemeType.Light : Wpf.Ui.Appearance.ThemeType.Dark, Wpf.Ui.Appearance.BackgroundType.Mica);
}
i try BackgroundType.Auto
、BackgroundType.None
they will only make more worse
Expected behavior
Should work be like dark theme.
Screenshots
OS version
Win11 22H2 22621.1555
.NET version
2.0.3 - net6.0-windows10.0.22000.0
3.0 - net7.0-windows10.0.22621.0
WPF-UI NuGet version
2.0.3 and 3.0
Additional context
No response