diff --git a/src/modules/launcher/PowerLauncher/MainWindow.xaml b/src/modules/launcher/PowerLauncher/MainWindow.xaml
index 2f0240408e..2a4f91f6e8 100644
--- a/src/modules/launcher/PowerLauncher/MainWindow.xaml
+++ b/src/modules/launcher/PowerLauncher/MainWindow.xaml
@@ -55,10 +55,10 @@
x:Name="SearchBoxBorder"
Grid.Row="0"
Margin="24,24,24,8"
- BorderThickness="0"
+ BorderThickness="1"
CornerRadius="4"
Background="{DynamicResource SystemChromeLow}"
- BorderBrush="{DynamicResource SystemChromeLow}">
+ BorderBrush="{DynamicResource BorderBrush}">
@@ -76,11 +76,11 @@
x:Name="ListBoxBorder"
Grid.Row="1"
Margin="24,8,24,24"
- BorderThickness="0"
+ BorderThickness="1"
CornerRadius="4"
Visibility="{Binding Results.Visibility}"
Background="{DynamicResource SystemChromeLow}"
- BorderBrush="{DynamicResource SystemChromeLow}">
+ BorderBrush="{DynamicResource BorderBrush}">
diff --git a/src/modules/launcher/PowerLauncher/ResultList.xaml b/src/modules/launcher/PowerLauncher/ResultList.xaml
index ff0515d849..84d324dc5a 100644
--- a/src/modules/launcher/PowerLauncher/ResultList.xaml
+++ b/src/modules/launcher/PowerLauncher/ResultList.xaml
@@ -76,7 +76,7 @@
-
+
@@ -158,7 +158,7 @@
-
+
-
-
-
-
-
-
-
-
-
-
-