1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-27 21:53:57 +00:00

Button uppercase styling enforcement

This commit is contained in:
Kyle Spearrin
2016-08-24 00:07:46 -04:00
parent 2262e1c4c2
commit d4f52bce2b
8 changed files with 28 additions and 18 deletions

View File

@@ -31,7 +31,7 @@ namespace Bit.App.Controls
Spacing = 0
};
Button = new Button
Button = new ExtendedButton
{
HorizontalOptions = LayoutOptions.End,
VerticalOptions = LayoutOptions.CenterAndExpand,