Touch brighter story title in grey theme.

This commit is contained in:
Samuel Clay 2016-01-28 11:31:18 -08:00
parent 191658a353
commit 1fb69f5a3b
2 changed files with 2 additions and 2 deletions

View file

@ -261,7 +261,7 @@ static UIFont *indicatorFont = nil;
} else {
UIFontDescriptor *boldFontDescriptor = [fontDescriptor fontDescriptorWithSymbolicTraits: UIFontDescriptorTraitBold];
font = [UIFont fontWithDescriptor: boldFontDescriptor size:0.0];
textColor = UIColorFromLightSepiaMediumDarkRGB(0x333333, 0x333333, 0xB0B0B0, 0xCCCCCC);
textColor = UIColorFromLightSepiaMediumDarkRGB(0x333333, 0x333333, 0xD0D0D0, 0xCCCCCC);
}
if (cell.highlighted || cell.selected) {
textColor = UIColorFromLightDarkRGB(0x686868, 0xA0A0A0);

View file

@ -7,7 +7,7 @@
#import <SystemConfiguration/SystemConfiguration.h>
#import <MobileCoreServices/MobileCoreServices.h>
#define DEBUG 1
//#define DEBUG 1
//#define PROD_DEBUG 1
#ifdef DEBUG