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

Commit b733591

Browse files
Merge branch 'master' into fixes/delete-comment
2 parents eeeca7c + 2773ed4 commit b733591

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
@@ -50,7 +50,8 @@
5050
SpellCheck.IsEnabled="True"/>
5151

5252
<StackPanel Margin="0 4" Orientation="Horizontal">
53-
<ui:DropDownButton AutoCloseOnClick="True" Content="Submit review">
53+
<ui:DropDownButton AutoCloseOnClick="True" Foreground="{DynamicResource GHBlueLinkButtonTextBrush}">
54+
<ui:GitHubActionLink>Submit review</ui:GitHubActionLink>
5455
<ui:DropDownButton.DropDownContent>
5556
<Border Background="{DynamicResource GitHubVsToolWindowBackground}"
5657
BorderBrush="{DynamicResource GitHubComboBoxBorderBrush}"

0 commit comments

Comments
 (0)