1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-23 03:33:59 +00:00

Button styling update

This commit is contained in:
Kyle Spearrin
2016-08-26 19:13:25 -04:00
parent 873ebee256
commit aac4aafde0
4 changed files with 20 additions and 17 deletions

View File

@@ -65,7 +65,8 @@ namespace Bit.App.Pages
VerticalOptions = LayoutOptions.End,
Style = (Style)Application.Current.Resources["btn-primaryAccent"],
HorizontalOptions = LayoutOptions.Fill,
BackgroundColor = Color.Transparent
BackgroundColor = Color.Transparent,
FontSize = Device.GetNamedSize(NamedSize.Medium, typeof(Button))
};
var buttonStackLayout = new StackLayout