summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@gmail.com>2016-12-02 14:47:57 -0700
committerE.Z. Hart <hartez@gmail.com>2016-12-02 14:47:57 -0700
commit43b01c5c7b251c010df213c6c2e186702041ec33 (patch)
treefd7a98ed8724309007813ffc284578b544d99453 /Xamarin.Forms.Controls
parent9dc9cca9c30f7b027be3089cb5b9d8a6daa24abb (diff)
downloadxamarin-forms-43b01c5c7b251c010df213c6c2e186702041ec33.tar.gz
xamarin-forms-43b01c5c7b251c010df213c6c2e186702041ec33.tar.bz2
xamarin-forms-43b01c5c7b251c010df213c6c2e186702041ec33.zip
Update NavigationPage Platform Specifics demo with pre-393 compatible color
Diffstat (limited to 'Xamarin.Forms.Controls')
-rw-r--r--Xamarin.Forms.Controls/GalleryPages/PlatformSpecificsGalleries/NavigationPageWindows.cs2
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)