mirror of
https://github.com/samsonjs/samhuri.net-ios.git
synced 2026-04-27 15:07:44 +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];
|
UIColor *textColor = [UIColor whiteColor];
|
||||||
if (selected) {
|
if (selected) {
|
||||||
backgroundColor = [UIColor mm_colorFromInteger:0x333333];
|
backgroundColor = [UIColor mm_colorFromInteger:0x333333];
|
||||||
textColor = [UIColor mm_colorFromInteger:0xAA0000];
|
textColor = [UIColor mm_colorFromInteger:0xe0e0e0];
|
||||||
}
|
}
|
||||||
|
|
||||||
void (^setProperties)() = ^{
|
void (^setProperties)() = ^{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue