From 42f69e2585e82068c2e934eaa55a6b2a90cc7ed1 Mon Sep 17 00:00:00 2001 From: Zhang Dian <54255897+zdpcdt@users.noreply.github.com> Date: Wed, 11 Sep 2024 15:48:09 +0800 Subject: [PATCH] misc: replace the missing resources. --- .../Pages/NotificationDemo.axaml | 2 +- .../Controls/NotificationCard.axaml | 18 +++++++++--------- .../Themes/Dark/NotificationCard.axaml | 10 ++++++++++ .../Themes/Light/NotificationCard.axaml | 10 ++++++++++ 4 files changed, 30 insertions(+), 10 deletions(-) diff --git a/demo/Semi.Avalonia.Demo/Pages/NotificationDemo.axaml b/demo/Semi.Avalonia.Demo/Pages/NotificationDemo.axaml index 66a8958..568bf5f 100644 --- a/demo/Semi.Avalonia.Demo/Pages/NotificationDemo.axaml +++ b/demo/Semi.Avalonia.Demo/Pages/NotificationDemo.axaml @@ -8,7 +8,7 @@ d:DesignWidth="800" mc:Ignorable="d"> - + diff --git a/src/Semi.Avalonia/Themes/Dark/NotificationCard.axaml b/src/Semi.Avalonia/Themes/Dark/NotificationCard.axaml index 3ae2714..56a1d39 100644 --- a/src/Semi.Avalonia/Themes/Dark/NotificationCard.axaml +++ b/src/Semi.Avalonia/Themes/Dark/NotificationCard.axaml @@ -8,4 +8,14 @@ inset 0 0 0 1 #1AFFFFFF, 0 4 14 0 #40000000 + + + + + + + + + + diff --git a/src/Semi.Avalonia/Themes/Light/NotificationCard.axaml b/src/Semi.Avalonia/Themes/Light/NotificationCard.axaml index 6ed6ff2..a25270d 100644 --- a/src/Semi.Avalonia/Themes/Light/NotificationCard.axaml +++ b/src/Semi.Avalonia/Themes/Light/NotificationCard.axaml @@ -8,4 +8,14 @@ 0 0 1 0 #4A000000, 0 4 14 0 #1A000000 + + + + + + + + + + \ No newline at end of file