Update HtmlDescriptionTextBlock.cs

This commit is contained in:
Lightczx
2024-01-09 10:53:07 +08:00
parent 5e875a7f18
commit 3ab34f0992

View File

@@ -156,7 +156,7 @@ internal sealed partial class HtmlDescriptionTextBlock : ContentControl
text.Inlines.Add(new Run
{
Text = slice.ToString(),
FontWeight = FontWeights.Bold,
FontWeight = FontWeights.SemiBold,
});
}