Remove Font Family in Tabmenu

This commit is contained in:
DB p 2022-09-29 00:21:24 +09:00
parent 792b383505
commit ac8a37693f

View file

@ -29,7 +29,6 @@
</Style>
<Style x:Key="TabMenu" TargetType="{x:Type TextBlock}">
<Setter Property="FontSize" Value="14" />
<Setter Property="FontFamily" Value="Segoe UI" />
<Setter Property="VerticalAlignment" Value="Center" />
<Setter Property="Foreground" Value="{DynamicResource Color05B}" />
</Style>