From 122a7bd61eeb6c49e1d9a1d3c72a783ac102d0c4 Mon Sep 17 00:00:00 2001 From: "E.Z. Hart" Date: Fri, 2 Dec 2016 14:47:57 -0700 Subject: Update NavigationPage Platform Specifics demo with pre-393 compatible color --- .../GalleryPages/PlatformSpecificsGalleries/NavigationPageWindows.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xamarin.Forms.Controls/GalleryPages/PlatformSpecificsGalleries/NavigationPageWindows.cs b/Xamarin.Forms.Controls/GalleryPages/PlatformSpecificsGalleries/NavigationPageWindows.cs index 28160751..de8bd5bf 100644 --- a/Xamarin.Forms.Controls/GalleryPages/PlatformSpecificsGalleries/NavigationPageWindows.cs +++ b/Xamarin.Forms.Controls/GalleryPages/PlatformSpecificsGalleries/NavigationPageWindows.cs @@ -9,7 +9,7 @@ namespace Xamarin.Forms.Controls.GalleryPages.PlatformSpecificsGalleries PushAsync(CreateRoot(restore)); WindowsPlatformSpecificsGalleryHelpers.AddToolBarItems(this); - BarBackgroundColor = Color.CornflowerBlue; + BarBackgroundColor = Color.FromHex("6495ED"); } ContentPage CreateRoot(ICommand restore) -- cgit v1.2.3