1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 08:43:21 +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

@@ -109,7 +109,6 @@ namespace Bit.App.Pages
if(Device.OS == TargetPlatform.Android)
{
detail.FontSize = Device.GetNamedSize(NamedSize.Micro, typeof(Label));
label.TextColor = Color.Black;
}