mirror of
https://github.com/bitwarden/mobile
synced 2025-12-23 03:33:59 +00:00
Android font size adjustments
This commit is contained in:
@@ -55,7 +55,7 @@ namespace Bit.App.Pages
|
||||
VerticalOptions = LayoutOptions.End,
|
||||
HorizontalOptions = LayoutOptions.Fill,
|
||||
Style = (Style)Application.Current.Resources["btn-primary"],
|
||||
FontSize = Device.GetNamedSize(NamedSize.Default, typeof(Button))
|
||||
FontSize = Device.GetNamedSize(NamedSize.Medium, typeof(Button))
|
||||
};
|
||||
|
||||
var loginButton = new Button
|
||||
|
||||
Reference in New Issue
Block a user