mirror of
https://github.com/bitwarden/mobile.git
synced 2025-01-13 19:41:31 +01:00
generated password color is black
This commit is contained in:
parent
e5d5d8b434
commit
4054519f38
@ -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 New Issue
Block a user