Skip to content

Commit 9a82452

Browse files
committed
fix auto-suggestions font color of BlurWhite theme
1 parent fd56af7 commit 9a82452

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Flow.Launcher/Themes/BlurWhite.xaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,10 @@
99

1010
<Style x:Key="QueryBoxStyle" BasedOn="{StaticResource BaseQueryBoxStyle}" TargetType="{x:Type TextBox}">
1111
<Setter Property="Foreground" Value="#FF000000" />
12-
<Setter Property="Background" Value="#01FFFFFF" />
12+
<Setter Property="Background" Value="Transparent" />
1313
</Style>
1414

15-
<Style x:Key="QuerySuggestionBoxStyle" BasedOn="{StaticResource BaseQuerySuggestionBoxStyle}" TargetType="{x:Type TextBox}">
16-
<Setter Property="Foreground" Value="#FF000000" />
17-
<Setter Property="Background" Value="#01FFFFFF" />
18-
</Style>
15+
<Style x:Key="QuerySuggestionBoxStyle" BasedOn="{StaticResource BaseQuerySuggestionBoxStyle}" TargetType="{x:Type TextBox}" />
1916

2017
<Style x:Key="WindowBorderStyle" BasedOn="{StaticResource BaseWindowBorderStyle}" TargetType="{x:Type Border}">
2118
<Setter Property="Background">

0 commit comments

Comments
 (0)