Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit dc8a865

Browse files
committed
Let's not be too bold, now
1 parent 8f327c2 commit dc8a865

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/GitHub.VisualStudio.UI/Views/Documents/CommitListView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
ViewModel="{Binding Author}"/>
5050

5151
<TextBlock Foreground="{DynamicResource VsBrush.WindowText}" VerticalAlignment="Center">
52-
<Run FontWeight="Bold" Text="{Binding Author.Login, Mode=OneWay}" />
52+
<Run FontWeight="SemiBold" Text="{Binding Author.Login, Mode=OneWay}" />
5353
<Run Text="{Binding AuthorCaption, Mode=OneWay}" />
5454
</TextBlock>
5555
</StackPanel>

src/GitHub.VisualStudio.UI/Views/Documents/PullRequestPageView.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
<InlineUIContainer BaselineAlignment="TextBottom">
5858
<v:ActorAvatarView ViewModel="{Binding Author}" Width="14" Height="14"/>
5959
</InlineUIContainer>
60-
<TextBlock FontWeight="Bold" Text="{Binding Author.Login, Mode=OneWay}"/>
60+
<TextBlock FontWeight="SemiBold" Text="{Binding Author.Login, Mode=OneWay}"/>
6161
wants to merge
62-
<TextBlock FontWeight="Bold" Text="{Binding CommitCount, Mode=OneWay, StringFormat={x:Static ghfvs:Resources.CommitCountFormat}}"/>
62+
<TextBlock FontWeight="SemiBold" Text="{Binding CommitCount, Mode=OneWay, StringFormat={x:Static ghfvs:Resources.CommitCountFormat}}"/>
6363
into
6464
<InlineUIContainer BaselineAlignment="Bottom">
6565
<Border CornerRadius="2" Padding="5 0" Background="{DynamicResource GitHubBranchNameBackgroundBrush}">
@@ -100,7 +100,7 @@
100100
<Border Padding="6" Background="{DynamicResource GitHubBranchNameBackgroundBrush}" BorderBrush="{DynamicResource GitHubHeaderSeparatorBrush}" BorderThickness="0 0 0 1">
101101
<StackPanel Orientation="Horizontal" DockPanel.Dock="Left" >
102102
<TextBlock Foreground="{DynamicResource GitHubVsToolWindowText}" Margin="4">
103-
<Run FontWeight="Bold" Text="{Binding Author.Login}" />
103+
<Run FontWeight="SemiBold" Text="{Binding Author.Login}" />
104104
<Run Text="commented" />
105105
</TextBlock>
106106
<ui:GitHubActionLink Content="{Binding CreatedAt, Converter={ui:DurationToStringConverter}}"
@@ -144,7 +144,7 @@
144144
<Border Padding="6" Background="{DynamicResource GitHubBranchNameBackgroundBrush}" BorderBrush="{DynamicResource GitHubHeaderSeparatorBrush}" BorderThickness="0 0 0 1">
145145
<StackPanel Orientation="Horizontal" DockPanel.Dock="Left" >
146146
<TextBlock Foreground="{DynamicResource GitHubVsToolWindowText}" Margin="4">
147-
<Run FontWeight="Bold" Text="{Binding Author.Login}" />
147+
<Run FontWeight="SemiBold" Text="{Binding Author.Login}" />
148148
<Run Text="commented" />
149149
</TextBlock>
150150

0 commit comments

Comments
 (0)