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

Commit 66e5dae

Browse files
committed
Make InfoPanel image same color as text
1 parent 047c192 commit 66e5dae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/GitHub.VisualStudio.UI/UI/Controls/InfoPanel.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
xmlns:markdig="clr-namespace:Markdig.Wpf;assembly=Markdig.Wpf">
66
<Style TargetType="local:InfoPanel">
77
<Setter Property="Background" Value="{DynamicResource VsBrush.InfoBackground}"/>
8+
<Setter Property="Foreground" Value="{DynamicResource VsBrush.InfoText}"/>
89
<Setter Property="Padding" Value="8"/>
910
<Setter Property="Template">
1011
<Setter.Value>
@@ -45,13 +46,11 @@
4546
VerticalAlignment="Top"
4647
Background="Transparent"
4748
DockPanel.Dock="Right"
48-
Foreground="Black"
4949
Icon="x"
5050
Visibility="{TemplateBinding ShowCloseButton, Converter={ghfvs:BooleanToVisibilityConverter}}"/>
5151
<markdig:MarkdownViewer Margin="8,0"
5252
VerticalAlignment="Top"
5353
DockPanel.Dock="Top"
54-
Foreground="Black"
5554
Markdown="{TemplateBinding Message}"
5655
ScrollViewer.CanContentScroll="False"
5756
ScrollViewer.HorizontalScrollBarVisibility="Hidden"

0 commit comments

Comments
 (0)