From df9cc437b15f493a6e71fe6e68ff52e2100b5310 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Fri, 20 Jul 2018 16:19:21 +0200 Subject: [PATCH] Fix icon background in PullRequestReviewAuthoringView. See https://github.com/github/VisualStudio/pull/1744#discussion_r195910090 for information on why this needs to be done here and not in `PullRequestFilesView`. --- .../Views/GitHubPane/PullRequestReviewAuthoringView.xaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/GitHub.VisualStudio/Views/GitHubPane/PullRequestReviewAuthoringView.xaml b/src/GitHub.VisualStudio/Views/GitHubPane/PullRequestReviewAuthoringView.xaml index cc81192a4e..4abd1d6368 100644 --- a/src/GitHub.VisualStudio/Views/GitHubPane/PullRequestReviewAuthoringView.xaml +++ b/src/GitHub.VisualStudio/Views/GitHubPane/PullRequestReviewAuthoringView.xaml @@ -10,8 +10,10 @@ xmlns:c="clr-namespace:GitHub.VisualStudio.UI.Controls;assembly=GitHub.VisualStudio.UI" xmlns:models="clr-namespace:GitHub.Models;assembly=GitHub.App" xmlns:sampleData="clr-namespace:GitHub.SampleData;assembly=GitHub.App" + xmlns:theming="clr-namespace:Microsoft.VisualStudio.PlatformUI;assembly=Microsoft.VisualStudio.Imaging" Background="{DynamicResource GitHubVsToolWindowBackground}" Foreground="{DynamicResource GitHubVsWindowText}" + theming:ImageThemingUtilities.ImageBackgroundColor="{Binding RelativeSource={RelativeSource Self}, Path=Background.Color}" mc:Ignorable="d" d:DesignWidth="356" d:DesignHeight="800">