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

Commit ab9c595

Browse files
committed
Update foreground color in popup
1 parent 8e98009 commit ab9c595

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.VisualStudio/Styles/LinkDropDown.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
Placement="Bottom">
6262
<Popup.Resources>
6363
<Style BasedOn="{StaticResource {x:Type ComboBoxItem}}" TargetType="{x:Type ComboBoxItem}">
64+
<Setter Property="Foreground" Value="{DynamicResource GitHubButtonForegroundBrush}" />
6465
<Setter Property="Padding" Value="3" />
6566
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
6667
</Style>

0 commit comments

Comments
 (0)