From 1a81fae530f74de5e9ebd831956ec4120b3ec2ec Mon Sep 17 00:00:00 2001 From: jbe2277 Date: Wed, 13 Nov 2024 19:06:12 +0100 Subject: [PATCH] Samples: Enable Light Fluent Theme --- .../BookLibrary/BookLibrary.Library.Presentation/App.xaml | 3 ++- src/System.Waf/Samples/InformationManager/Assembler/App.xaml | 3 ++- src/System.Waf/Samples/Writer/Writer.Presentation/App.xaml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/System.Waf/Samples/BookLibrary/BookLibrary.Library.Presentation/App.xaml b/src/System.Waf/Samples/BookLibrary/BookLibrary.Library.Presentation/App.xaml index ac6eacfc..3f255fe2 100644 --- a/src/System.Waf/Samples/BookLibrary/BookLibrary.Library.Presentation/App.xaml +++ b/src/System.Waf/Samples/BookLibrary/BookLibrary.Library.Presentation/App.xaml @@ -1,6 +1,7 @@  + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + ThemeMode="Light"> diff --git a/src/System.Waf/Samples/InformationManager/Assembler/App.xaml b/src/System.Waf/Samples/InformationManager/Assembler/App.xaml index 45ed4ad6..04de91c6 100644 --- a/src/System.Waf/Samples/InformationManager/Assembler/App.xaml +++ b/src/System.Waf/Samples/InformationManager/Assembler/App.xaml @@ -1,6 +1,7 @@  + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + ThemeMode="Light"> diff --git a/src/System.Waf/Samples/Writer/Writer.Presentation/App.xaml b/src/System.Waf/Samples/Writer/Writer.Presentation/App.xaml index 02818cf4..9d782add 100644 --- a/src/System.Waf/Samples/Writer/Writer.Presentation/App.xaml +++ b/src/System.Waf/Samples/Writer/Writer.Presentation/App.xaml @@ -1,6 +1,7 @@  + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + ThemeMode="Light">