Fix ios12 blue and red

This commit is contained in:
Yishi Lin 2020-02-27 02:20:55 +08:00
parent 7d71b2f221
commit 5a72bc9d9a

View file

@ -36,16 +36,10 @@ public struct Colors {
}()
public static let systemRed: UIColor = {
if #available(iOS 13.0, *) {
return .systemRed
}
return .red
}()
public static let systemBlue: UIColor = {
if #available(iOS 13.0, *) {
return .systemBlue
}
return .blue
}()
}