1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-11-26 12:16:07 +01:00

consistent font size

This commit is contained in:
Kyle Spearrin 2017-11-27 23:01:01 -05:00
parent 9b54862450
commit 6e58db95ed

View File

@ -80,8 +80,7 @@ namespace Bit.App.Pages
}),
VerticalOptions = LayoutOptions.End,
HorizontalOptions = LayoutOptions.Fill,
Style = (Style)Application.Current.Resources["btn-primary"],
FontSize = Device.GetNamedSize(NamedSize.Medium, typeof(Button))
Style = (Style)Application.Current.Resources["btn-primary"]
};
DisabledStackLayout = new StackLayout