Skip to content

Commit 26a1214

Browse files
committed
Added subheaders for TextFields.xaml of demo
1 parent 074b7e8 commit 26a1214

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MainDemo.Wpf/Shadows.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
mc:Ignorable="d"
99
d:DesignHeight="300" d:DesignWidth="300">
1010
<ScrollViewer>
11-
<codeDisplayer:XamlDisplayerPanel >
12-
<TextBlock>Raised controls have default shadows set, but the shadows can be overriden.</TextBlock>
11+
<codeDisplayer:XamlDisplayerPanel HorizontalAlignment="Center">
12+
<TextBlock Style="{StaticResource MaterialDesignSubheadingTextBlock}" codeDisplayer:XamlDisplayer.DisplayCode="False">Raised controls have default shadows set, but the shadows can be overriden.</TextBlock>
1313
<Button Style="{DynamicResource MaterialDesignRaisedButton}"
1414
>DEPTH 1</Button>
1515
<Button Style="{DynamicResource MaterialDesignRaisedButton}"

0 commit comments

Comments
 (0)