diff options
author | E.Z. Hart <hartez@gmail.com> | 2016-12-02 14:47:57 -0700 |
---|---|---|
committer | Rui Marinho <me@ruimarinho.net> | 2016-12-02 21:51:34 +0000 |
commit | 122a7bd61eeb6c49e1d9a1d3c72a783ac102d0c4 (patch) | |
tree | 5c101af19935631b009341c6abc7de50fb2f312c | |
parent | f88ddc0d774d6a180a09f899c3428c7b1a4712a6 (diff) | |
download | xamarin-forms-122a7bd61eeb6c49e1d9a1d3c72a783ac102d0c4.tar.gz xamarin-forms-122a7bd61eeb6c49e1d9a1d3c72a783ac102d0c4.tar.bz2 xamarin-forms-122a7bd61eeb6c49e1d9a1d3c72a783ac102d0c4.zip |
Update NavigationPage Platform Specifics demo with pre-393 compatible color
-rw-r--r-- | Xamarin.Forms.Controls/GalleryPages/PlatformSpecificsGalleries/NavigationPageWindows.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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) |