Skip to content

Commit

Permalink
Fixed initialisation of light gray color to Swift 4 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
TomiLahtinen committed Jan 5, 2018
1 parent 9a22baa commit e858b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ enum Config {

enum Color {
static let primaryColor = UIColor(red: 0.22, green: 0.58, blue: 0.29, alpha: 1.0)
static let secondaryColor = UIColor.lightGrayColor()
static let secondaryColor = UIColor.lightGray
}

```
Expand Down

0 comments on commit e858b75

Please sign in to comment.