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 1e28df7 commit 6959d86Copy full SHA for 6959d86
Flow.Launcher/Themes/Win10Light.xaml
@@ -12,6 +12,12 @@
12
TargetType="{x:Type TextBlock}">
13
<Setter Property="Foreground" Value="#000000" />
14
</Style>
15
+ <Style
16
+ x:Key="ItemGlyphSelectedStyle"
17
+ BasedOn="{StaticResource BaseGlyphStyle}"
18
+ TargetType="{x:Type TextBlock}">
19
+ <Setter Property="Foreground" Value="#000000" />
20
+ </Style>
21
<Style
22
x:Key="QueryBoxStyle"
23
BasedOn="{StaticResource BaseQueryBoxStyle}"
0 commit comments