mirror of
https://github.com/bitwarden/mobile
synced 2026-01-05 01:53:17 +00:00
Move to named sizes
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Bit.App.Controls
|
||||
Label = new Label
|
||||
{
|
||||
Text = labelText,
|
||||
FontSize = 14,
|
||||
FontSize = Device.GetNamedSize(NamedSize.Small, typeof(Label)),
|
||||
TextColor = Color.FromHex("777777"),
|
||||
VerticalOptions = LayoutOptions.Start
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user