mirror of
https://github.com/bitwarden/mobile
synced 2025-12-23 11:43:49 +00:00
removed monospaced font from username field
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Bit.App.Pages
|
||||
Android: new Thickness(15, 8),
|
||||
WinPhone: new Thickness(15, 20));
|
||||
|
||||
PasswordCell = new FormEntryCell(AppResources.MasterPassword, IsPassword: true,
|
||||
PasswordCell = new FormEntryCell(AppResources.MasterPassword, isPassword: true,
|
||||
useLabelAsPlaceholder: true, imageSource: "lock", containerPadding: padding);
|
||||
|
||||
PasswordCell.Entry.ReturnType = Enums.ReturnType.Go;
|
||||
|
||||
Reference in New Issue
Block a user