Skip to content

Commit f72b700

Browse files
committed
Fix BasedOn Style
1 parent 57bc886 commit f72b700

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Flow.Launcher/Themes/Win10System.xaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,18 @@
113113
<Style x:Key="HighlightStyle">
114114
<Setter Property="Inline.FontWeight" Value="SemiBold" />
115115
</Style>
116-
<Style x:Key="ItemHotkeyStyle" TargetType="{x:Type TextBlock}">
117-
<Setter Property="FontSize" Value="13" />
116+
<Style
117+
x:Key="ItemHotkeyStyle"
118+
BasedOn="{StaticResource BaseItemHotkeyStyle}"
119+
TargetType="{x:Type TextBlock}">
120+
<Setter Property="FontSize" Value="11" />
118121
<Setter Property="Foreground" Value="{DynamicResource HotkeyForeground}" />
119122
</Style>
120123
<Style
121124
x:Key="ItemHotkeySelectedStyle"
122125
BasedOn="{StaticResource BaseItemHotkeySelectedStyle}"
123126
TargetType="{x:Type TextBlock}">
124-
<Setter Property="FontSize" Value="13" />
127+
<Setter Property="FontSize" Value="11" />
125128
<Setter Property="Foreground" Value="{DynamicResource HotkeySelectedForeground}" />
126129
</Style>
127130
<!-- button style in the middle of the scrollbar -->

0 commit comments

Comments
 (0)