1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-05 18:13:36 +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

@@ -37,7 +37,6 @@ namespace Bit.App.Controls
if(Device.OS == TargetPlatform.Android)
{
Label.FontSize = Device.GetNamedSize(NamedSize.Micro, typeof(Label));
stackLayout.Spacing = 0;
}