mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 05:43:30 +00:00
generated password color is black
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user