From 6e58db95ed60e72e47ab10f33316a05f1ffb3ad0 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 27 Nov 2017 23:01:01 -0500 Subject: [PATCH] consistent font size --- src/App/Pages/Tools/ToolsAutofillServicePage.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/App/Pages/Tools/ToolsAutofillServicePage.cs b/src/App/Pages/Tools/ToolsAutofillServicePage.cs index b6ea66e2d..acbb9c98c 100644 --- a/src/App/Pages/Tools/ToolsAutofillServicePage.cs +++ b/src/App/Pages/Tools/ToolsAutofillServicePage.cs @@ -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