Update UI to support more customizable password generator

This commit is contained in:
Danny Moesch 2020-02-28 19:05:23 +01:00 committed by Mingshen Sun
parent ff014a5699
commit b84f2dce13
8 changed files with 252 additions and 71 deletions

View file

@ -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
}