mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
generated password color is black
This commit is contained in:
parent
e5d5d8b434
commit
4054519f38
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue