mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 21:33:36 +00:00
some style consolidation
This commit is contained in:
@@ -11,8 +11,8 @@ namespace Bit.App.Controls
|
||||
{
|
||||
Text = labelText,
|
||||
FontSize = 14,
|
||||
TextColor = Color.FromHex("777777"),
|
||||
VerticalOptions = LayoutOptions.Start
|
||||
VerticalOptions = LayoutOptions.Start,
|
||||
Style = (Style)Application.Current.Resources["text-muted"]
|
||||
};
|
||||
|
||||
Entry = new ExtendedEntry
|
||||
@@ -20,8 +20,7 @@ namespace Bit.App.Controls
|
||||
Keyboard = entryKeyboard,
|
||||
HasBorder = false,
|
||||
VerticalOptions = LayoutOptions.CenterAndExpand,
|
||||
IsPassword = IsPassword,
|
||||
TextColor = Color.FromHex("333333")
|
||||
IsPassword = IsPassword
|
||||
};
|
||||
|
||||
if(nextElement != null)
|
||||
|
||||
Reference in New Issue
Block a user