From 585f09942a18c17c8fd06925b38e0e5756288e03 Mon Sep 17 00:00:00 2001 From: Mohammad Hosein Rastegarinia Date: Wed, 15 Feb 2023 02:39:41 +0330 Subject: [PATCH] [WinUI] Change Titlebar colors --- Platforms/Windows/App.xaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Platforms/Windows/App.xaml b/Platforms/Windows/App.xaml index a85b2da..747c528 100644 --- a/Platforms/Windows/App.xaml +++ b/Platforms/Windows/App.xaml @@ -4,5 +4,13 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:maui="using:Microsoft.Maui" xmlns:local="using:MauiBlazorUIBestPractices.WinUI"> - + + + #ffffff + #04173D + #ffffff + #04173D + + + \ No newline at end of file