We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a28354 commit 66d6e5dCopy full SHA for 66d6e5d
CommunityToolkit.App.Shared/Renderers/ToolkitDocumentationRenderer.xaml
@@ -19,7 +19,7 @@
19
<Page.Resources>
20
<converters:BoolToVisibilityConverter x:Key="BoolToVisibilityConverter" />
21
<!-- Overriding the default Markdown styling to be inline with the default Windows typography / design guidelines -->
22
- <Style TargetType="renderer:MarkdownTextBlock">
+ <win:Style TargetType="renderer:MarkdownTextBlock">
23
<Setter Property="Background" Value="Transparent" />
24
<Setter Property="IsTabStop" Value="False" />
25
<Setter Property="LinkForeground" Value="{ThemeResource AccentTextFillColorPrimaryBrush}" />
@@ -99,7 +99,7 @@
99
</ControlTemplate>
100
</Setter.Value>
101
</Setter>
102
- </Style>
+ </win:Style>
103
104
<DataTemplate x:Key="DocumentTemplate"
105
x:DataType="x:String">
@@ -316,4 +316,3 @@
316
</Grid>
317
318
</Page>
319
-
0 commit comments