Skip to content

Commit

Permalink
updated navviewitemheader and paneheader to use semibold text (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojhad authored Feb 16, 2019
1 parent 8ef249f commit c3ad2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/NavigationView/NavigationView_rs1_themeresources.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@
</Style>

<Style x:Key="NavigationViewItemHeaderTextStyle" TargetType="TextBlock" BasedOn="{StaticResource BaseTextBlockStyle}">
<Setter Property="FontWeight" Value="Bold" />
<Setter Property="FontWeight" Value="SemiBold" />
<Setter Property="OpticalMarginAlignment" Value="TrimSideBearings" />
<Setter Property="TextWrapping" Value="NoWrap"/>
</Style>
Expand Down

0 comments on commit c3ad2f9

Please sign in to comment.