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

Commit 95e983b

Browse files
author
Meaghan Lewis
authored
Merge pull request #1818 from github/donokuda/no-red-bg
Remove hardcoded background color in fork dialog
2 parents 90f30c6 + bdd95ca commit 95e983b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/Views/Dialog/ForkRepositoryExecuteView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<ColumnDefinition Width="*" />
5555
</Grid.ColumnDefinitions>
5656

57-
<ui:OcticonImage Grid.Column="0" Icon="repo_forked" Background="Red" Height="16" Width="16" />
57+
<ui:OcticonImage Grid.Column="0" Icon="repo_forked" Height="16" Width="16" />
5858
<TextBlock Margin="8 0 0 0" Grid.Column="1" TextWrapping="Wrap">Fork the repository</TextBlock>
5959
</Grid>
6060

0 commit comments

Comments
 (0)