Skip to content

Commit

Permalink
reduce font weight a little
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed Apr 23, 2021
1 parent b924ce3 commit 96a8af4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -47,7 +47,7 @@ public object Convert(object value, Type targetType, object parameter, CultureIn
{
Background = Brushes.Yellow,
Foreground = Brushes.Black,
FontWeight = FontWeights.Bold
FontWeight = FontWeights.SemiBold
};
textBlock.Inlines.Add(highlightRun);

Expand Down

0 comments on commit 96a8af4

Please sign in to comment.