From 27045572f65d1d9ac02ac309599f0da9e55c29a5 Mon Sep 17 00:00:00 2001
From: Shaun Lawrence <17139988+bijington@users.noreply.github.com>
Date: Wed, 25 Jun 2025 22:00:33 +0100
Subject: [PATCH 1/2] Move default values into a style to support style
 overriding
---
 samples/CommunityToolkit.Maui.Sample/App.xaml |  4 ++
 .../Views/Popup/Popup.shared.cs               | 37 ++++++-------------
 .../Views/Popup/PopupPage.shared.cs           |  9 +++--
 3 files changed, 21 insertions(+), 29 deletions(-)
diff --git a/samples/CommunityToolkit.Maui.Sample/App.xaml b/samples/CommunityToolkit.Maui.Sample/App.xaml
index 9167b3b42b..b02035424c 100644
--- a/samples/CommunityToolkit.Maui.Sample/App.xaml
+++ b/samples/CommunityToolkit.Maui.Sample/App.xaml
@@ -27,6 +27,10 @@