1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-23 03:33:59 +00:00

Changed all background colors for pages. Got rid of custom label colors in favor of defaults.

This commit is contained in:
Kyle Spearrin
2016-06-27 19:53:31 -04:00
parent a642d9cef2
commit aac1c22c56
24 changed files with 3004 additions and 2776 deletions

View File

@@ -10,7 +10,7 @@ using Bit.App.Controls;
namespace Bit.App.Pages
{
public class HomePage : ContentPage
public class HomePage : ExtendedContentPage
{
private readonly IAuthService _authService;
private readonly IUserDialogs _userDialogs;
@@ -73,7 +73,6 @@ namespace Bit.App.Pages
Title = "bitwarden";
Content = buttonStackLayout;
BackgroundColor = Color.FromHex("ecf0f5");
}
public async Task LoginAsync()