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

Commit be15e94

Browse files
committed
Fix dark theme foreground color.
1 parent e8cb2a9 commit be15e94

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
@@ -46,6 +46,7 @@
4646
<TreeView.ItemContainerStyle>
4747
<Style TargetType="TreeViewItem">
4848
<Setter Property="IsExpanded" Value="True"/>
49+
<Setter Property="Foreground" Value="{DynamicResource GitHubVsWindowText}"/>
4950
</Style>
5051
</TreeView.ItemContainerStyle>
5152
<TreeView.Resources>

0 commit comments

Comments
 (0)