From 5843cbf430356341c813abbfed13bdcb713aa931 Mon Sep 17 00:00:00 2001 From: Zhang Dian <54255897+zdpcdt@users.noreply.github.com> Date: Sat, 12 Apr 2025 19:07:49 +0800 Subject: [PATCH] feat: remove White color resource in Light & Ghost classes. --- src/Semi.Avalonia/Controls/Label.axaml | 21 ++++++--------------- src/Semi.Avalonia/Themes/Dark/Label.axaml | 18 ++++++++---------- src/Semi.Avalonia/Themes/Light/Label.axaml | 18 ++++++++---------- 3 files changed, 22 insertions(+), 35 deletions(-) diff --git a/src/Semi.Avalonia/Controls/Label.axaml b/src/Semi.Avalonia/Controls/Label.axaml index 3e64583..b6e1ace 100644 --- a/src/Semi.Avalonia/Controls/Label.axaml +++ b/src/Semi.Avalonia/Controls/Label.axaml @@ -266,11 +266,6 @@ - - - + + + \ No newline at end of file diff --git a/src/Semi.Avalonia/Themes/Dark/Label.axaml b/src/Semi.Avalonia/Themes/Dark/Label.axaml index 5e81968..4efeb35 100644 --- a/src/Semi.Avalonia/Themes/Dark/Label.axaml +++ b/src/Semi.Avalonia/Themes/Dark/Label.axaml @@ -33,11 +33,6 @@ - - - - - @@ -71,11 +66,6 @@ - - - - - @@ -97,4 +87,12 @@ + + + + + + + + \ No newline at end of file diff --git a/src/Semi.Avalonia/Themes/Light/Label.axaml b/src/Semi.Avalonia/Themes/Light/Label.axaml index 5e81968..4efeb35 100644 --- a/src/Semi.Avalonia/Themes/Light/Label.axaml +++ b/src/Semi.Avalonia/Themes/Light/Label.axaml @@ -33,11 +33,6 @@ - - - - - @@ -71,11 +66,6 @@ - - - - - @@ -97,4 +87,12 @@ + + + + + + + + \ No newline at end of file