Skip to content

Commit f160670

Browse files
committed
Remove QuerySuggestionBoxStyle background
1 parent 714860e commit f160670

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Flow.Launcher/Themes/Discord Dark.xaml

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
BasedOn="{StaticResource BaseQuerySuggestionBoxStyle}"
2929
TargetType="{x:Type TextBox}">
3030
<Setter Property="Foreground" Value="#72767d" />
31-
<Setter Property="Background" Value="#36393f" />
3231
<Setter Property="Height" Value="42" />
3332
<Setter Property="FontSize" Value="24" />
3433
<Setter Property="Padding" Value="0,0,66,0" />

Flow.Launcher/Themes/League.xaml

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
x:Key="QuerySuggestionBoxStyle"
2525
BasedOn="{StaticResource BaseQuerySuggestionBoxStyle}"
2626
TargetType="{x:Type TextBox}">
27-
<Setter Property="Background" Value="#161614" />
2827
<Setter Property="Foreground" Value="#a09b8c" />
2928
<Setter Property="Padding" Value="0,0,66,0" />
3029
<Setter Property="Height" Value="42" />

Flow.Launcher/Themes/Pink.xaml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
x:Key="QuerySuggestionBoxStyle"
2323
BasedOn="{StaticResource BaseQuerySuggestionBoxStyle}"
2424
TargetType="{x:Type TextBox}">
25-
<Setter Property="Background" Value="#1f1d1f" />
2625
<Setter Property="Foreground" Value="#71114b" />
2726
</Style>
2827

0 commit comments

Comments
 (0)