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

Commit 199652b

Browse files
committed
Attempt to fix hyperlink styles
1 parent 6c0ae65 commit 199652b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/GitHub.VisualStudio.UI/Views/Documents/CommitListView.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<ghfvs:SharedDictionaryManager Source="pack://application:,,,/GitHub.UI;component/SharedDictionary.xaml" />
1414
<ghfvs:SharedDictionaryManager Source="pack://application:,,,/GitHub.UI.Reactive;component/SharedDictionary.xaml" />
1515
<ghfvs:SharedDictionaryManager Source="pack://application:,,,/GitHub.UI;component/Assets/Markdown.xaml" />
16+
<StaticResource ResourceKey="ThemedDialogDefaultStylesKey"/>
1617
</ResourceDictionary.MergedDictionaries>
1718
</ResourceDictionary>
1819
</Control.Resources>

src/GitHub.VisualStudio.UI/Views/GitHubPane/PullRequestFilesView.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<ghfvs:SharedDictionaryManager Source="pack://application:,,,/GitHub.UI;component/SharedDictionary.xaml" />
2222
<ghfvs:SharedDictionaryManager Source="pack://application:,,,/GitHub.UI.Reactive;component/SharedDictionary.xaml" />
2323
<ghfvs:SharedDictionaryManager Source="pack://application:,,,/GitHub.UI;component/Assets/Markdown.xaml" />
24+
<StaticResource ResourceKey="ThemedDialogDefaultStylesKey"/>
2425
</ResourceDictionary.MergedDictionaries>
2526

2627
<ContextMenu x:Key="FileContextMenu">

0 commit comments

Comments
 (0)