mirror of
https://github.com/bitwarden/mobile
synced 2026-01-02 08:33:17 +00:00
switch all monospaced fonts on iOS to menlo
This commit is contained in:
@@ -40,7 +40,7 @@ namespace Bit.iOS.Extension
|
||||
View.BackgroundColor = new UIColor(red: 0.94f, green: 0.94f, blue: 0.96f, alpha: 1.0f);
|
||||
|
||||
var descriptor = UIFontDescriptor.PreferredBody;
|
||||
PinLabel.Font = UIFont.FromName("Courier", 35);
|
||||
PinLabel.Font = UIFont.FromName("Menlo-Regular", 35);
|
||||
|
||||
InstructionLabel.Text = AppResources.EnterPIN;
|
||||
InstructionLabel.LineBreakMode = UILineBreakMode.WordWrap;
|
||||
|
||||
Reference in New Issue
Block a user