This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
src/GitHub.InlineReviews/Views Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 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" />
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
You can’t perform that action at this time.
0 commit comments