generated password color is black

This commit is contained in:
Kyle Spearrin 2017-12-20 12:08:48 -05:00
parent e5d5d8b434
commit 4054519f38
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ namespace Bit.App.Pages
HorizontalTextAlignment = TextAlignment.Center,
FontFamily = Helpers.OnPlatform(iOS: "Menlo-Regular", Android: "monospace", Windows: "Courier"),
LineBreakMode = LineBreakMode.TailTruncation,
VerticalOptions = LayoutOptions.Start
VerticalOptions = LayoutOptions.Start,
TextColor = Color.Black
};
Tgr = new TapGestureRecognizer();