Skip to content

Commit

Permalink
Merge pull request github#1791 from github/fixes/pr-review-icon-backg…
Browse files Browse the repository at this point in the history
…round

Fix icon background in PullRequestReviewAuthoringView.
  • Loading branch information
Meaghan Lewis authored Jul 20, 2018
2 parents 3abe757 + 4e64ff4 commit b4bac32
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<d:DesignProperties.DataContext>
<sampleData:PullRequestReviewAuthoringViewModelDesigner/>
Expand Down

0 comments on commit b4bac32

Please sign in to comment.