File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
components/MarkdownTextBlock/src Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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" ] ;
You can’t perform that action at this time.
0 commit comments