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

Commit e8a2a0a

Browse files
committed
Use info icon too
1 parent fda3134 commit e8a2a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
</Style>
111111
</TextBlock.Style>
112112
<imaging:CrispImage Width="10" Height="10"
113-
Moniker="{x:Static catalog:KnownMonikers.StatusWarning}" Margin="-2 0" />
113+
Moniker="{x:Static catalog:KnownMonikers.StatusInformation}" Margin="-2 0" />
114114
<Hyperlink Command="{Binding DataContext.OpenFirstAnnotationNotice, ElementName=root}"
115115
CommandParameter="{Binding}">
116116
<Run Text="{Binding AnnotationNoticeCount, Mode=OneWay}"/>

0 commit comments

Comments
 (0)