From 8a8dfbea8947dd75264b942e2260e80cceb74636 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 9 May 2015 18:42:21 -0700 Subject: [PATCH] tweak selected post cell title colour --- Blog/PostCell.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blog/PostCell.m b/Blog/PostCell.m index 30c6400..afd5c99 100644 --- a/Blog/PostCell.m +++ b/Blog/PostCell.m @@ -26,7 +26,7 @@ UIColor *textColor = [UIColor whiteColor]; if (selected) { backgroundColor = [UIColor mm_colorFromInteger:0x333333]; - textColor = [UIColor mm_colorFromInteger:0xAA0000]; + textColor = [UIColor mm_colorFromInteger:0xe0e0e0]; } void (^setProperties)() = ^{