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

Commit b4bac32

Browse files
author
Meaghan Lewis
authored
Merge pull request #1791 from github/fixes/pr-review-icon-background
Fix icon background in PullRequestReviewAuthoringView.
2 parents 3abe757 + 4e64ff4 commit b4bac32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
xmlns:c="clr-namespace:GitHub.VisualStudio.UI.Controls;assembly=GitHub.VisualStudio.UI"
1111
xmlns:models="clr-namespace:GitHub.Models;assembly=GitHub.App"
1212
xmlns:sampleData="clr-namespace:GitHub.SampleData;assembly=GitHub.App"
13+
xmlns:theming="clr-namespace:Microsoft.VisualStudio.PlatformUI;assembly=Microsoft.VisualStudio.Imaging"
1314
Background="{DynamicResource GitHubVsToolWindowBackground}"
1415
Foreground="{DynamicResource GitHubVsWindowText}"
16+
theming:ImageThemingUtilities.ImageBackgroundColor="{Binding RelativeSource={RelativeSource Self}, Path=Background.Color}"
1517
mc:Ignorable="d" d:DesignWidth="356" d:DesignHeight="800">
1618
<d:DesignProperties.DataContext>
1719
<sampleData:PullRequestReviewAuthoringViewModelDesigner/>

0 commit comments

Comments
 (0)