From 2f0adaea7abef61dae53068cf35eb61b206eef8c Mon Sep 17 00:00:00 2001 From: "Frank A. Krueger" Date: Sun, 10 Dec 2017 17:53:36 -0800 Subject: [PATCH] Set tint to Bootsrap blue --- Ooui.Forms/Forms.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ooui.Forms/Forms.cs b/Ooui.Forms/Forms.cs index 0922ded..94bc20e 100644 --- a/Ooui.Forms/Forms.cs +++ b/Ooui.Forms/Forms.cs @@ -26,7 +26,7 @@ namespace Xamarin.Forms Device.SetIdiom (TargetIdiom.Desktop); Device.PlatformServices = new OouiPlatformServices (); Device.Info = new OouiDeviceInfo (); - Color.SetAccent (Color.FromHex ("#0000EE")); // Safari Blue + Color.SetAccent (Color.FromHex ("#337ab7")); // Bootstrap Blue Registrar.RegisterAll (new[] { typeof(ExportRendererAttribute),