1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-14 07:13:33 +00:00

Revert micro sizes on android

This commit is contained in:
Kyle Spearrin
2016-08-17 21:49:03 -04:00
parent 8579b7130a
commit fd09833df1
6 changed files with 2 additions and 16 deletions

View File

@@ -23,11 +23,6 @@ namespace Bit.App.Controls
Style = (Style)Application.Current.Resources["text-muted"],
HorizontalOptions = LayoutOptions.FillAndExpand
};
if(Device.OS == TargetPlatform.Android)
{
Label.FontSize = Device.GetNamedSize(NamedSize.Micro, typeof(Label));
}
}
Entry = new ExtendedEntry