Skip to content

Commit 6959d86

Browse files
committed
Fix selected glyph in win10light
1 parent 1e28df7 commit 6959d86

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Flow.Launcher/Themes/Win10Light.xaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
TargetType="{x:Type TextBlock}">
1313
<Setter Property="Foreground" Value="#000000" />
1414
</Style>
15+
<Style
16+
x:Key="ItemGlyphSelectedStyle"
17+
BasedOn="{StaticResource BaseGlyphStyle}"
18+
TargetType="{x:Type TextBlock}">
19+
<Setter Property="Foreground" Value="#000000" />
20+
</Style>
1521
<Style
1622
x:Key="QueryBoxStyle"
1723
BasedOn="{StaticResource BaseQueryBoxStyle}"

0 commit comments

Comments
 (0)