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

Commit 44adbb3

Browse files
committed
Fix dark theme foreground color.
1 parent b203545 commit 44adbb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<TreeView.ItemContainerStyle>
4444
<Style TargetType="TreeViewItem">
4545
<Setter Property="IsExpanded" Value="True"/>
46+
<Setter Property="Foreground" Value="{DynamicResource GitHubVsWindowText}"/>
4647
</Style>
4748
</TreeView.ItemContainerStyle>
4849
<TreeView.Resources>

0 commit comments

Comments
 (0)