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:
parent
9b54862450
commit
6e58db95ed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user