mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 15:15:34 +03:00
consistent font size
This commit is contained in:
parent
9b54862450
commit
6e58db95ed
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue