mirror of
https://github.com/bitwarden/mobile
synced 2025-12-23 03:33:59 +00:00
entry optimizations on all entry pages
This commit is contained in:
@@ -6,6 +6,11 @@ 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