Skip to content

Commit

Permalink
changed a color
Browse files Browse the repository at this point in the history
  • Loading branch information
siminapasat committed Sep 21, 2016
1 parent 366f94c commit d24decf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion m2048/Appearance/M2Theme.m
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ + (UIColor *)textColorForLevel:(NSInteger)level
case 1:
return RGB(104, 119, 131);
case 2:
return RGB(70, 128, 161);
return RGB(70, 121, 161);
case 3:
return [UIColor whiteColor];
case 4:
Expand Down

0 comments on commit d24decf

Please sign in to comment.