1
0
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:
Kyle Spearrin
2016-06-27 20:56:59 -04:00
parent 275246f27b
commit 54da129887
12 changed files with 45 additions and 31 deletions

View File

@@ -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
};