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

Commit def012e

Browse files
committed
Update colors for assignee label and tab hover
1 parent c0afb3e commit def012e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitHub.VisualStudio/UI/Views/PullRequestCreationView.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
</Trigger>
127127

128128
<Trigger Property="IsMouseOver" Value="True">
129-
<Setter TargetName="ContentSite" Property="Foreground" Value="{StaticResource GHBlueLinkButtonHoverBrush}" />
129+
<Setter TargetName="ContentSite" Property="Foreground" Value="{DynamicResource GitHubVsWindowText}" />
130130
</Trigger>
131131
</ControlTemplate.Triggers>
132132
</ControlTemplate>
@@ -499,7 +499,7 @@
499499
<ColumnDefinition Width="*" />
500500
</Grid.ColumnDefinitions>
501501

502-
<Label Grid.Column="0" Padding="0" Content="Assignee" VerticalAlignment="Center" Foreground="{DynamicResource GitHubVsGrayText}" />
502+
<Label Grid.Column="0" Padding="0" Content="Assignee" VerticalAlignment="Center" Foreground="{DynamicResource GitHubVsWindowText}" />
503503
<ui:GitHubActionLink
504504
x:Name="assigneePopupButton"
505505
Grid.Column="1"

0 commit comments

Comments
 (0)