Skip to content

Commit 731c76d

Browse files
committed
Fix Typo
1 parent 02de141 commit 731c76d

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Flow.Launcher/Resources/Dark.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959

6060
<SolidColorBrush x:Key="ThemeHoverButton" Color="#3c3c3c" />
6161
<SolidColorBrush x:Key="PopuBGColor" Color="#202020" />
62+
<SolidColorBrush x:Key="PopupBGColor" Color="#202020" />
6263
<SolidColorBrush x:Key="PopupTextColor" Color="#cfcfcf" />
6364
<SolidColorBrush x:Key="PopupButtonAreaBGColor" Color="#2b2b2b" />
6465
<SolidColorBrush x:Key="PopupButtonAreaBorderColor" Color="#3f3f3f" />

Flow.Launcher/Resources/Light.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@
5151
<SolidColorBrush x:Key="BasicLabelColor" Color="#1b1b1b" />
5252

5353
<SolidColorBrush x:Key="ThemeHoverButton" Color="#f6f6f6" />
54+
<!-- Typo -->
5455
<SolidColorBrush x:Key="PopuBGColor" Color="#ffffff" />
56+
<SolidColorBrush x:Key="PopupBGColor" Color="#ffffff" />
5557
<SolidColorBrush x:Key="PopupTextColor" Color="#1b1b1b" />
5658
<SolidColorBrush x:Key="PopupButtonAreaBGColor" Color="#f3f3f3" />
5759
<SolidColorBrush x:Key="PopupButtonAreaBorderColor" Color="#e5e5e5" />

Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceSetting.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Title="{DynamicResource flowlauncher_plugin_websearch_window_title}"
99
Width="550"
1010
d:DataContext="{d:DesignInstance vm:SearchSourceViewModel}"
11-
Background="{DynamicResource PopuBGColor}"
11+
Background="{DynamicResource PopupBGColor}"
1212
Foreground="{DynamicResource PopupTextColor}"
1313
ResizeMode="NoResize"
1414
SizeToContent="Height"

0 commit comments

Comments
 (0)