We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df931e8 commit 5a86ff6Copy full SHA for 5a86ff6
Flow.Launcher/Themes/BlurBlack.xaml
@@ -1,4 +1,4 @@
1
-<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3
xmlns:system="clr-namespace:System;assembly=mscorlib">
4
<ResourceDictionary.MergedDictionaries>
@@ -13,6 +13,7 @@
13
</Style>
14
15
<Style x:Key="QuerySuggestionBoxStyle" BasedOn="{StaticResource BaseQuerySuggestionBoxStyle}" TargetType="{x:Type TextBox}">
16
+ <Setter Property="Foreground" Value="LightGray" />
17
18
19
<Style x:Key="WindowBorderStyle" BasedOn="{StaticResource BaseWindowBorderStyle}" TargetType="{x:Type Border}">
0 commit comments