diff --git a/src/App/Pages/HomePage.cs b/src/App/Pages/HomePage.cs index 7e20a6dcd..03ef82383 100644 --- a/src/App/Pages/HomePage.cs +++ b/src/App/Pages/HomePage.cs @@ -32,7 +32,7 @@ namespace Bit.App.Pages { MessagingCenter.Send(Application.Current, "ShowStatusBar", false); - var settingsButton = new Button + var settingsButton = new ExtendedButton { Image = "cog.png", VerticalOptions = LayoutOptions.Start,