consistent font size

This commit is contained in:
Kyle Spearrin 2017-11-27 23:01:01 -05:00
parent 9b54862450
commit 6e58db95ed
1 changed files with 1 additions and 2 deletions

View File

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