From 4054519f381e87b2f056992782b3b5b26888643b Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 20 Dec 2017 12:08:48 -0500 Subject: [PATCH] generated password color is black --- src/App/Pages/Tools/ToolsPasswordGeneratorPage.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App/Pages/Tools/ToolsPasswordGeneratorPage.cs b/src/App/Pages/Tools/ToolsPasswordGeneratorPage.cs index 9f38fc3a3..f07d1bb6a 100644 --- a/src/App/Pages/Tools/ToolsPasswordGeneratorPage.cs +++ b/src/App/Pages/Tools/ToolsPasswordGeneratorPage.cs @@ -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();