mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 17:23:18 +00:00
entry optimizations on all entry pages
This commit is contained in:
@@ -5,6 +5,11 @@ namespace Bit.App.Controls
|
||||
{
|
||||
public class ExtendedEditor : Editor
|
||||
{
|
||||
public ExtendedEditor()
|
||||
{
|
||||
TextColor = Color.FromHex("333333");
|
||||
}
|
||||
|
||||
public static readonly BindableProperty HasBorderProperty =
|
||||
BindableProperty.Create(nameof(HasBorder), typeof(bool), typeof(ExtendedEditor), true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user