Skip to content

Commit

Permalink
Better cell selection colour
Browse files Browse the repository at this point in the history
  • Loading branch information
weiran committed Jan 10, 2016
1 parent 9fe82b0 commit 4e566aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Theme.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Theme {
static let purpleColour = UIColor(colorLiteralRed: 101/255.0, green: 19/255.0, blue: 229/255.0, alpha: 1)
static let orangeColour = UIColor(colorLiteralRed: 223/255.0, green: 111/255.0, blue: 4/255.0, alpha: 1)
static let backgroundGreyColour = UIColor(red:0.937, green:0.937, blue:0.956, alpha:1)
static let backgroundOrangeColour = UIColor(red:0.783, green:0.701, blue:0.847, alpha:1)
static let backgroundOrangeColour = UIColor(red:1, green:0.849, blue:0.684, alpha:1)

static private func setNavigationBarBackgroundGradient(navigationBar: UINavigationBar) {
var frame = navigationBar.frame
Expand Down

0 comments on commit 4e566aa

Please sign in to comment.