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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user