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

Commit df9cc43

Browse files
committed
Fix icon background in PullRequestReviewAuthoringView.
See #1744 (comment) for information on why this needs to be done here and not in `PullRequestFilesView`.
1 parent 49ad951 commit df9cc43

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)