tweak selected post cell title colour

This commit is contained in:
Sami Samhuri 2015-05-09 18:42:21 -07:00
parent a15f668195
commit 8a8dfbea89

View file

@ -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)() = ^{