mirror of
https://github.com/samsonjs/samhuri.net-ios.git
synced 2026-03-25 09:25:47 +00:00
tweak selected post cell title colour
This commit is contained in:
parent
a15f668195
commit
8a8dfbea89
1 changed files with 1 additions and 1 deletions
|
|
@ -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)() = ^{
|
||||
|
|
|
|||
Loading…
Reference in a new issue