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

Commit c5ce8f4

Browse files
committed
Fix style of Add/Change Accounts button
1 parent e550bad commit c5ce8f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/GitHub.VisualStudio.UI/Views/TeamExplorer/RepositoryPublishView.xaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
xmlns:ghfvs="https://github.com/github/VisualStudio"
66
xmlns:local="clr-namespace:GitHub.VisualStudio.Views.TeamExplorer"
77
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
8+
xmlns:vsfx="clr-namespace:Microsoft.VisualStudio.Shell;assembly=Microsoft.VisualStudio.Shell.14.0"
89
Margin="0"
910
d:DesignHeight="440"
1011
d:DesignWidth="414"
@@ -40,6 +41,8 @@
4041
<Setter Property="HorizontalAlignment" Value="Stretch" />
4142
<Setter Property="Height" Value="23" />
4243
</Style>
44+
45+
<Style TargetType="Hyperlink" BasedOn="{StaticResource {x:Static vsfx:VsResourceKeys.ThemedDialogHyperlinkStyleKey}}" />
4346
</ResourceDictionary>
4447
</Control.Resources>
4548

0 commit comments

Comments
 (0)