diff --git a/src/modules/launcher/PowerLauncher.UI/App.xaml b/src/modules/launcher/PowerLauncher.UI/App.xaml index 14fbabb255..18c75dbbaf 100644 --- a/src/modules/launcher/PowerLauncher.UI/App.xaml +++ b/src/modules/launcher/PowerLauncher.UI/App.xaml @@ -13,7 +13,7 @@ - + @@ -23,7 +23,7 @@ - + diff --git a/src/modules/launcher/PowerLauncher.UI/LauncherControl.xaml.cs b/src/modules/launcher/PowerLauncher.UI/LauncherControl.xaml.cs index d96c4b28f8..1713974da9 100644 --- a/src/modules/launcher/PowerLauncher.UI/LauncherControl.xaml.cs +++ b/src/modules/launcher/PowerLauncher.UI/LauncherControl.xaml.cs @@ -35,12 +35,12 @@ namespace PowerLauncher.UI private void UserControl_ActualThemeChanged(FrameworkElement sender, object args) { - SolidBorderBrush = Application.Current.Resources["SystemControlHighlightAccentBrush"] as SolidColorBrush; + SolidBorderBrush = Application.Current.Resources["SystemChromeLow"] as SolidColorBrush; } private void UserControl_Loaded(object sender, RoutedEventArgs e) { - SolidBorderBrush = Application.Current.Resources["SystemControlHighlightAccentBrush"] as SolidColorBrush; + SolidBorderBrush = Application.Current.Resources["SystemChromeLow"] as SolidColorBrush; } public event PropertyChangedEventHandler PropertyChanged;