From 27a381e83867bd7e73448108c01e48d3350520be Mon Sep 17 00:00:00 2001 From: Corvin Date: Thu, 28 Nov 2024 19:00:19 +0100 Subject: [PATCH 1/2] added Color variants (light/dark/accent) to the NotificationCard's ControlTheme --- .../Resources/Themes/NotificationCard.axaml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Material.Styles/Resources/Themes/NotificationCard.axaml b/Material.Styles/Resources/Themes/NotificationCard.axaml index 8897ff7f..e9ab0d8a 100644 --- a/Material.Styles/Resources/Themes/NotificationCard.axaml +++ b/Material.Styles/Resources/Themes/NotificationCard.axaml @@ -73,6 +73,26 @@ + + + + + + + + Date: Thu, 28 Nov 2024 19:13:24 +0100 Subject: [PATCH 2/2] added default Background for NotificationCard --- Material.Styles/Resources/Themes/NotificationCard.axaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Material.Styles/Resources/Themes/NotificationCard.axaml b/Material.Styles/Resources/Themes/NotificationCard.axaml index e9ab0d8a..3934c101 100644 --- a/Material.Styles/Resources/Themes/NotificationCard.axaml +++ b/Material.Styles/Resources/Themes/NotificationCard.axaml @@ -11,6 +11,7 @@ +