1
0
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:
Kyle Spearrin
2016-11-08 21:29:24 -05:00
parent 3b1bb02e41
commit 0257c5b30d
7 changed files with 11 additions and 17 deletions

View File

@@ -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,