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

Commit 8791e06

Browse files
committed
Replace non-existant TextKey with WindowTextKey
1 parent b14180d commit 8791e06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitHub.VisualStudio.UI/Styles/Markdown.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
4343
<Setter Property="Padding" Value="4"/>
4444
</Style>
4545
<Style TargetType="{x:Type Paragraph}" x:Key="{x:Static markdig:Styles.CodeBlockStyleKey}">
46-
<Setter Property="Foreground" Value="{DynamicResource {x:Static shell:VsBrushes.TextKey}}" />
46+
<Setter Property="Foreground" Value="{DynamicResource {x:Static shell:VsBrushes.WindowTextKey}}" />
4747
<Setter Property="Background" Value="{DynamicResource GitHubBranchNameBackgroundBrush}" />
4848
<Setter Property="Padding" Value="2" />
4949
<Setter Property="FontFamily" Value="Consolas, Lucida Sans Typewriter, Courier New" />
5050
</Style>
5151
<Style TargetType="{x:Type Run}" x:Key="{x:Static markdig:Styles.CodeStyleKey}">
52-
<Setter Property="Foreground" Value="{DynamicResource {x:Static shell:VsBrushes.TextKey}}" />
52+
<Setter Property="Foreground" Value="{DynamicResource {x:Static shell:VsBrushes.WindowTextKey}}" />
5353
<Setter Property="Background" Value="{DynamicResource GitHubBranchNameBackgroundBrush}" />
5454
<Setter Property="FontFamily" Value="Consolas, Lucida Sans Typewriter, Courier New" />
5555
</Style>

0 commit comments

Comments
 (0)