Set tint to Bootsrap blue
This commit is contained in:
parent
4573596464
commit
2f0adaea7a
|
@ -26,7 +26,7 @@ namespace Xamarin.Forms
|
||||||
Device.SetIdiom (TargetIdiom.Desktop);
|
Device.SetIdiom (TargetIdiom.Desktop);
|
||||||
Device.PlatformServices = new OouiPlatformServices ();
|
Device.PlatformServices = new OouiPlatformServices ();
|
||||||
Device.Info = new OouiDeviceInfo ();
|
Device.Info = new OouiDeviceInfo ();
|
||||||
Color.SetAccent (Color.FromHex ("#0000EE")); // Safari Blue
|
Color.SetAccent (Color.FromHex ("#337ab7")); // Bootstrap Blue
|
||||||
|
|
||||||
Registrar.RegisterAll (new[] {
|
Registrar.RegisterAll (new[] {
|
||||||
typeof(ExportRendererAttribute),
|
typeof(ExportRendererAttribute),
|
||||||
|
|
Loading…
Reference in New Issue