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

Commit e068eb4

Browse files
committed
Prefer InfoBrushes
1 parent 1806beb commit e068eb4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/GitHub.InlineReviews/Views/InlineCommentPeekView.xaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,9 @@
104104
</Border>
105105

106106
<Border DockPanel.Dock="Top"
107-
Background="{DynamicResource GitHubPeekViewBackground}"
108-
BorderBrush="{DynamicResource GitHubButtonBorderBrush}"
109-
BorderThickness="0 0 0 1"
110-
Padding="8">
107+
Background="{DynamicResource VsBrush.InfoBackground}"
108+
BorderThickness="1 0 0 1"
109+
Padding="4">
111110
<Border.Style>
112111
<Style TargetType="Border">
113112
<Setter Property="Visibility" Value="Collapsed"/>
@@ -119,8 +118,8 @@
119118
</Style>
120119
</Border.Style>
121120
<DockPanel>
122-
<imaging:CrispImage Width="16" Height="16" Moniker="{x:Static catalog:KnownMonikers.StatusInformation}" Visibility="{Binding Model.AnnotationLevel, Converter={ghfvs:EqualsToVisibilityConverter Notice}}"/>
123-
<TextBlock TextWrapping="Wrap" Text="{x:Static ghfvs:Resources.ThisConversationWasMarkedAsResolved}"/>
121+
<imaging:CrispImage Margin="4 0" Width="16" Height="16" Moniker="{x:Static catalog:KnownMonikers.StatusInformation}" Visibility="{Binding Model.AnnotationLevel, Converter={ghfvs:EqualsToVisibilityConverter Notice}}"/>
122+
<TextBlock Foreground="{DynamicResource VsBrush.InfoText}" TextWrapping="Wrap" Text="{x:Static ghfvs:Resources.ThisConversationWasMarkedAsResolved}"/>
124123
</DockPanel>
125124
</Border>
126125

0 commit comments

Comments
 (0)