Skip to content

Commit

Permalink
Fix blue color
Browse files Browse the repository at this point in the history
  • Loading branch information
pyby committed Apr 13, 2018
1 parent 5555e74 commit 3b11af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/Sources/UIColor+SRGAppearance.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ + (UIColor *)srg_redColor

+ (UIColor *)srg_blueColor
{
return [UIColor colorWithRed:15.f / 255.f green:90.f / 255.f blue:24.f / 203.f alpha:1.f];
return [UIColor colorWithRed:15.f / 255.f green:90.f / 255.f blue:203.f / 255.f alpha:1.f];
}

@end

0 comments on commit 3b11af9

Please sign in to comment.