mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 18:43:43 +00:00
removed monospaced font from username field
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Bit.App.Controls
|
||||
public FormEntryCell(
|
||||
string labelText,
|
||||
Keyboard entryKeyboard = null,
|
||||
bool IsPassword = false,
|
||||
bool isPassword = false,
|
||||
VisualElement nextElement = null,
|
||||
bool useLabelAsPlaceholder = false,
|
||||
string imageSource = null,
|
||||
@@ -32,7 +32,7 @@ namespace Bit.App.Controls
|
||||
{
|
||||
Keyboard = entryKeyboard,
|
||||
HasBorder = false,
|
||||
IsPassword = IsPassword,
|
||||
IsPassword = isPassword,
|
||||
AllowClear = true,
|
||||
HorizontalOptions = LayoutOptions.FillAndExpand,
|
||||
WidthRequest = 1,
|
||||
|
||||
Reference in New Issue
Block a user