From 896711a5eb52a177cc3d91f31f7e2630c0dbba99 Mon Sep 17 00:00:00 2001 From: Zhang Dian <54255897+zdpcdt@users.noreply.github.com> Date: Mon, 8 Apr 2024 10:06:00 +0800 Subject: [PATCH] feat: uncertain resources. --- .../Default/Dark/HyperlinkButton.axaml | 20 +++++++------------ .../Themes/Schemes/Default/Dark/Label.axaml | 2 +- .../Themes/Schemes/Default/Dark/ListBox.axaml | 2 +- .../Schemes/Default/Dark/RadioButton.axaml | 2 +- .../Themes/Schemes/Default/Light/Button.axaml | 6 +++--- .../Default/Light/CalendarDatePicker.axaml | 2 +- .../Default/Light/DateTimePickerShared.axaml | 4 ++-- .../Themes/Schemes/Default/Light/Label.axaml | 6 +++--- .../Default/Light/ManagedFileChooser.axaml | 2 +- .../Themes/Schemes/Default/Light/Menu.axaml | 2 +- .../Themes/Schemes/Default/Light/Slider.axaml | 4 ++-- .../Schemes/Default/Light/TextBlock.axaml | 6 +++--- .../Schemes/Default/Light/ToggleButton.axaml | 2 +- .../Schemes/Default/Light/Tooltip.axaml | 2 +- 14 files changed, 28 insertions(+), 34 deletions(-) diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Dark/HyperlinkButton.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Dark/HyperlinkButton.axaml index f49e412..bca4002 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Dark/HyperlinkButton.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Dark/HyperlinkButton.axaml @@ -1,13 +1,7 @@ - - - - - - - - - + + + + + + + \ No newline at end of file diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Dark/Label.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Dark/Label.axaml index 1a9c36f..53bbec0 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Dark/Label.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Dark/Label.axaml @@ -32,9 +32,9 @@ + - diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Dark/ListBox.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Dark/ListBox.axaml index 5d0bd41..d4a4682 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Dark/ListBox.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Dark/ListBox.axaml @@ -43,8 +43,8 @@ - + diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Dark/RadioButton.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Dark/RadioButton.axaml index d4f2811..23a8e11 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Dark/RadioButton.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Dark/RadioButton.axaml @@ -33,8 +33,8 @@ - + diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Button.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Button.axaml index c487eb6..b466843 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Button.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Button.axaml @@ -71,7 +71,7 @@ - - - + + + \ No newline at end of file diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/CalendarDatePicker.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/CalendarDatePicker.axaml index e68a6ed..31eca76 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/CalendarDatePicker.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/CalendarDatePicker.axaml @@ -6,7 +6,7 @@ - + 0 0 8 0 #1A000000 diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/DateTimePickerShared.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/DateTimePickerShared.axaml index 11f8968..304adf2 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/DateTimePickerShared.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/DateTimePickerShared.axaml @@ -17,10 +17,10 @@ - + - + \ No newline at end of file diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Label.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Label.axaml index fc45923..d14abe8 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Label.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Label.axaml @@ -34,7 +34,7 @@ - + @@ -68,7 +68,7 @@ - + @@ -90,6 +90,6 @@ - + \ No newline at end of file diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ManagedFileChooser.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ManagedFileChooser.axaml index 8f62b7b..aa317a9 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ManagedFileChooser.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ManagedFileChooser.axaml @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Menu.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Menu.axaml index 738974a..f82cea3 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Menu.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Menu.axaml @@ -19,6 +19,6 @@ - + \ No newline at end of file diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Slider.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Slider.axaml index 9b5eef3..35e3c35 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Slider.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Slider.axaml @@ -2,13 +2,13 @@ - + - + \ No newline at end of file diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/TextBlock.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/TextBlock.axaml index 678ab18..e8b58af 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/TextBlock.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/TextBlock.axaml @@ -7,10 +7,10 @@ - + - - + + \ No newline at end of file diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ToggleButton.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ToggleButton.axaml index 2338cd7..18f060b 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ToggleButton.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ToggleButton.axaml @@ -2,7 +2,7 @@ - + diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Tooltip.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Tooltip.axaml index ae8b4e4..d214bd6 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Tooltip.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Tooltip.axaml @@ -1,5 +1,5 @@ - + \ No newline at end of file