Adjust template tab non-highlighted color (#7638)

This commit is contained in:
vldmr11080
2020-11-03 09:25:36 +01:00
committed by GitHub
parent 40f439bc15
commit 49811fc4b8

View File

@@ -42,7 +42,7 @@
<Style x:Key="tabText" TargetType="TextBlock">
<Setter Property="FontFamily" Value="Segoe UI" />
<Setter Property="FontWeight" Value="SemiBold" />
<Setter Property="Foreground" Value="#C4C4C4"/>
<Setter Property="Foreground" Value="#767676"/>
<Setter Property="FontSize" Value="14"/>
<Setter Property="LineHeight" Value="20" />
<Setter Property="Margin" Value="24,20,0,0" />