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