From c127544bc782a45c0945cbf6c8bd34abedebeb81 Mon Sep 17 00:00:00 2001 From: Zhang Dian <54255897+zdpcdt@users.noreply.github.com> Date: Mon, 15 Jul 2024 02:31:50 +0800 Subject: [PATCH] feat: Typography. (cherry picked from commit d7fce5c18041e1a12553a9b4a1cea0213c1c33f1) --- src/Semi.Avalonia/Themes/Dark/TextBlock.axaml | 8 ++++---- src/Semi.Avalonia/Themes/Light/TextBlock.axaml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Semi.Avalonia/Themes/Dark/TextBlock.axaml b/src/Semi.Avalonia/Themes/Dark/TextBlock.axaml index a51facb..332d0b6 100644 --- a/src/Semi.Avalonia/Themes/Dark/TextBlock.axaml +++ b/src/Semi.Avalonia/Themes/Dark/TextBlock.axaml @@ -7,10 +7,10 @@ - - - - + + + + \ No newline at end of file diff --git a/src/Semi.Avalonia/Themes/Light/TextBlock.axaml b/src/Semi.Avalonia/Themes/Light/TextBlock.axaml index c9329eb..4d5d389 100644 --- a/src/Semi.Avalonia/Themes/Light/TextBlock.axaml +++ b/src/Semi.Avalonia/Themes/Light/TextBlock.axaml @@ -7,10 +7,10 @@ - - - + + + \ No newline at end of file