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

Commit e3f94b3

Browse files
committed
Make the name bold, but not too bold
1 parent c0e02a8 commit e3f94b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/Views/GitHubPane/PullRequestReviewSummaryView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</Grid.RowDefinitions>
5959

6060
<c:AccountAvatar Grid.Column="0" VerticalAlignment="Top" Margin="2" Account="{Binding User}"/>
61-
<ui:GitHubActionLink Grid.Column="1" FontWeight="Bold" Margin="2 1 2 0"
61+
<ui:GitHubActionLink Grid.Column="1" FontWeight="SemiBold" Margin="2 1 2 0"
6262
Command="{Binding Path=DataContext.ShowReview, RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type local:PullRequestDetailView}}}"
6363
CommandParameter="{Binding}"
6464
Content="{Binding User.Login}"

0 commit comments

Comments
 (0)