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

Commit cf78034

Browse files
committed
Adjust annotation list item's margin and make text color dynamic
1 parent 6d91d7a commit cf78034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitHub.VisualStudio.UI/Views/GitHubPane/PullRequestAnnotationsView.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
<StackPanel>
5454
<Expander>
5555
<Expander.Header>
56-
<Label Content="{Binding Key}" FontWeight="SemiBold" ToolTip="{Binding Key}" />
56+
<Label Foreground="{DynamicResource VsBrush.WindowText}" Content="{Binding Key}" FontWeight="SemiBold" ToolTip="{Binding Key}" />
5757
</Expander.Header>
5858

5959
<ItemsControl ItemsSource="{Binding Value}">
6060
<ItemsControl.ItemTemplate>
6161
<DataTemplate>
62-
<Grid Margin="22 0 0 8" >
62+
<Grid Margin="26 0 0 8" >
6363
<Grid.ColumnDefinitions>
6464
<ColumnDefinition Width="16" />
6565
<ColumnDefinition Width="*" />

0 commit comments

Comments
 (0)