From e40bc531e40b4151949ef1518d77868437425f57 Mon Sep 17 00:00:00 2001
From: Zhang Dian <54255897+zdpcdt@users.noreply.github.com>
Date: Tue, 9 May 2023 17:42:08 +0800
Subject: [PATCH] feat: add Success Button style.
---
.../Semi.Avalonia.Demo/Pages/ButtonDemo.axaml | 5 ++++
demo/Semi.Avalonia.Demo/Pages/Overview.axaml | 1 +
.../Pages/ToggleButtonDemo.axaml | 3 +++
src/Semi.Avalonia/Controls/Button.axaml | 16 ++++++++++++
.../Controls/DropDownButton.axaml | 16 ++++++++++++
src/Semi.Avalonia/Controls/RepeatButton.axaml | 16 ++++++++++++
src/Semi.Avalonia/Controls/SplitButton.axaml | 17 ++++++++++++
src/Semi.Avalonia/Controls/ToggleButton.axaml | 26 +++++++++++++++++++
src/Semi.Avalonia/Themes/Dark/Button.axaml | 9 +++++++
.../Themes/Dark/ToggleButton.axaml | 10 +++++++
src/Semi.Avalonia/Themes/Light/Button.axaml | 9 +++++++
.../Themes/Light/ToggleButton.axaml | 10 +++++++
12 files changed, 138 insertions(+)
diff --git a/demo/Semi.Avalonia.Demo/Pages/ButtonDemo.axaml b/demo/Semi.Avalonia.Demo/Pages/ButtonDemo.axaml
index d714c04..4f94211 100644
--- a/demo/Semi.Avalonia.Demo/Pages/ButtonDemo.axaml
+++ b/demo/Semi.Avalonia.Demo/Pages/ButtonDemo.axaml
@@ -13,6 +13,7 @@
+
@@ -22,6 +23,7 @@
+
+
+