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

Commit 355dd80

Browse files
authored
Merge branch 'master' into fixes/pr-review-icon-background
2 parents df9cc43 + 2773ed4 commit 355dd80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
SpellCheck.IsEnabled="True"/>
5353

5454
<StackPanel Margin="0 4" Orientation="Horizontal">
55-
<ui:DropDownButton AutoCloseOnClick="True" Content="Submit review">
55+
<ui:DropDownButton AutoCloseOnClick="True" Foreground="{DynamicResource GHBlueLinkButtonTextBrush}">
56+
<ui:GitHubActionLink>Submit review</ui:GitHubActionLink>
5657
<ui:DropDownButton.DropDownContent>
5758
<Border Background="{DynamicResource GitHubVsToolWindowBackground}"
5859
BorderBrush="{DynamicResource GitHubComboBoxBorderBrush}"

0 commit comments

Comments
 (0)