Drop old comments

This commit is contained in:
Davide De Rosa 2019-11-30 10:57:17 +01:00
parent acf6663b26
commit 4a659b8f8d
1 changed files with 0 additions and 4 deletions

View File

@ -34,8 +34,6 @@ struct Theme {
var accent1 = UIColor(rgb: 0xd69c68, alpha: 1.0)
// var primaryText: UIColor = .darkText
// TODO: uncomment for iOS 13 Dark Mode
var primaryText: UIColor = {
guard #available(iOS 13, *) else {
return .darkText
@ -45,8 +43,6 @@ struct Theme {
var primaryLightText: UIColor = .white
// var secondaryText: UIColor = .gray
// TODO: uncomment for iOS 13 Dark Mode
var secondaryText: UIColor = {
guard #available(iOS 13, *) else {
return .gray