Change the password's font to Courier

This commit is contained in:
Bob Sun 2017-10-07 21:54:56 -07:00
parent 77a9818622
commit f3551a1542

View file

@ -47,7 +47,7 @@ public class Globals {
public static let passwordDots = "••••••••••••"
public static let oneTimePasswordDots = "••••••"
public static let passwordFonts = "Menlo"
public static let passwordFonts = "Courier"
// UI related
public static let red = UIColor(red:1.00, green:0.23, blue:0.19, alpha:1.0)