mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 07:35:52 +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,
|
HorizontalTextAlignment = TextAlignment.Center,
|
||||||
FontFamily = Helpers.OnPlatform(iOS: "Menlo-Regular", Android: "monospace", Windows: "Courier"),
|
FontFamily = Helpers.OnPlatform(iOS: "Menlo-Regular", Android: "monospace", Windows: "Courier"),
|
||||||
LineBreakMode = LineBreakMode.TailTruncation,
|
LineBreakMode = LineBreakMode.TailTruncation,
|
||||||
VerticalOptions = LayoutOptions.Start
|
VerticalOptions = LayoutOptions.Start,
|
||||||
|
TextColor = Color.Black
|
||||||
};
|
};
|
||||||
|
|
||||||
Tgr = new TapGestureRecognizer();
|
Tgr = new TapGestureRecognizer();
|
||||||
|
|
Loading…
Reference in a new issue