Change the password's font to Courier
This commit is contained in:
parent
77a9818622
commit
f3551a1542
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue