Skip to content

Commit ca31fca

Browse files
committed
Update MarkdownThemes.cs
1 parent 585d3d0 commit ca31fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/MarkdownTextBlock/src/MarkdownThemes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public sealed class MarkdownThemes : DependencyObject
6262

6363
public Brush BorderBrush { get; set; } = (Brush)Application.Current.Resources["CardStrokeColorDefaultBrush"];
6464

65-
public Brush TableHeadingBackground { get; set; } = Extensions.GetAccentColorBrush(Windows.UI.ViewManagement.UIColorType.AccentLight3);
65+
public Brush TableHeadingBackground { get; set; } = (Brush)Application.Current.Resources["CardBackgroundFillColorDefaultBrush"];
6666

6767
public Brush InlineCodeBackground { get; set; } = (Brush)Application.Current.Resources["CardBackgroundFillColorSecondaryBrush"];
6868
public Brush InlineCodeForeground { get; set; } = (Brush)Application.Current.Resources["TextFillColorPrimaryBrush"];

0 commit comments

Comments
 (0)