Update UI to support more customizable password generator
This commit is contained in:
parent
ff014a5699
commit
b84f2dce13
8 changed files with 252 additions and 71 deletions
|
|
@ -35,11 +35,7 @@ public struct Colors {
|
|||
return .init(red: 242.0, green: 242.0, blue: 247.0, alpha: 1.0)
|
||||
}()
|
||||
|
||||
public static let systemRed: UIColor = {
|
||||
return .systemRed
|
||||
}()
|
||||
public static let systemRed = UIColor.systemRed
|
||||
|
||||
public static let systemBlue: UIColor = {
|
||||
return .systemBlue
|
||||
}()
|
||||
public static let systemBlue = UIColor.systemBlue
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue