Skip to content

Commit 2ab64f0

Browse files
committed
Remove leftover style
1 parent d2eb53e commit 2ab64f0

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

samples/MvvmSampleUwp/App.xaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
x:Class="MvvmSampleUwp.App"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5-
xmlns:controls="using:Microsoft.Toolkit.Uwp.UI.Controls"
65
RequestedTheme="Dark">
76
<Application.Resources>
87
<ResourceDictionary>
@@ -14,19 +13,6 @@
1413
<ResourceDictionary Source="Controls/DocumentationBlock.xaml" />
1514
</ResourceDictionary.MergedDictionaries>
1615

17-
<!-- MarkdownTextBlock style -->
18-
<Style TargetType="controls:MarkdownTextBlock">
19-
<Setter Property="Background" Value="#20222222" />
20-
<Setter Property="Padding" Value="12" />
21-
<Setter Property="BorderThickness" Value="1" />
22-
<Setter Property="BorderBrush" Value="{ThemeResource SystemChromeBlackLowColor}" />
23-
<Setter Property="CornerRadius" Value="4" />
24-
<Setter Property="Header2FontWeight" Value="Bold" />
25-
<Setter Property="Header2FontSize" Value="20" />
26-
<Setter Property="Header2Margin" Value="0, 15, 0, 15" />
27-
<Setter Property="Header2Foreground" Value="{ThemeResource DefaultTextForegroundThemeBrush}" />
28-
</Style>
29-
3016
<!-- Misc resources -->
3117
<Thickness x:Key="DocumentationPageContentPadding">20</Thickness>
3218
</ResourceDictionary>

samples/MvvmSampleUwp/Controls/DocumentationBlock.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
BorderThickness="1"
2222
CornerRadius="4">
2323
<controls:MarkdownTextBlock
24+
Padding="12"
2425
Background="Transparent"
2526
BorderBrush="Transparent"
2627
BorderThickness="0"

0 commit comments

Comments
 (0)