Skip to content

Commit

Permalink
Merge pull request bennyguitar#11 from Palleas/fix-sky-typo
Browse files Browse the repository at this point in the history
Fix sky color typo
  • Loading branch information
bennyguitar committed Oct 9, 2013
2 parents cf70d20 + 8b8f3a3 commit 2d6e129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UIColor+Colours.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ typedef enum
+ (UIColor *)robinEggColor;
+ (UIColor *)pastelBlueColor;
+ (UIColor *)turquoiseColor;
+ (UIColor *)skyeBlueColor;
+ (UIColor *)skyBlueColor;
+ (UIColor *)indigoColor;
+ (UIColor *)denimColor;
+ (UIColor *)blueberryColor;
Expand Down
2 changes: 1 addition & 1 deletion UIColor+Colours.m
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ + (UIColor *)turquoiseColor
return [UIColor colorWithRed:112/255.0f green:219/255.0f blue:219/255.0f alpha:1.0];
}

+ (UIColor *)skyeBlueColor
+ (UIColor *)skyBlueColor
{
return [UIColor colorWithRed:0/255.0f green:178/255.0f blue:238/255.0f alpha:1.0];
}
Expand Down

0 comments on commit 2d6e129

Please sign in to comment.