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:
@@ -6,11 +6,6 @@ namespace Bit.App.Controls
|
||||
{
|
||||
public class ExtendedEntry : Entry
|
||||
{
|
||||
public ExtendedEntry()
|
||||
{
|
||||
TextColor = Color.FromHex("333333");
|
||||
}
|
||||
|
||||
public static readonly BindableProperty HasBorderProperty =
|
||||
BindableProperty.Create(nameof(HasBorder), typeof(bool), typeof(ExtendedEntry), true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user