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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user