Skip to content

Commit 35707ac

Browse files
committed
Fixing theme brush in demo tool
1 parent 8b62ab4 commit 35707ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MainDemo.Wpf/ColorTool.xaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193

194194
<TextBlock
195195
Style="{StaticResource MaterialDesignBody1TextBlock}"
196+
Foreground="{DynamicResource MaterialDesignBody}"
196197
Text="Primary"/>
197198

198199
<!-- Primary mid section -->
@@ -287,6 +288,7 @@
287288

288289
<TextBlock
289290
Style="{StaticResource MaterialDesignBody1TextBlock}"
291+
Foreground="{DynamicResource MaterialDesignBody}"
290292
Text="Secondary"/>
291293

292294
<!-- Secondary mid section -->
@@ -383,6 +385,7 @@
383385

384386
<TextBlock
385387
Style="{StaticResource MaterialDesignBody1TextBlock}"
388+
Foreground="{DynamicResource MaterialDesignBody}"
386389
Text="Text on Primary"/>
387390

388391
<Border
@@ -453,6 +456,7 @@
453456

454457
<TextBlock
455458
Style="{StaticResource MaterialDesignBody1TextBlock}"
459+
Foreground="{DynamicResource MaterialDesignBody}"
456460
Text="Text on Secondary"/>
457461

458462
<Border

0 commit comments

Comments
 (0)