File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 119
119
120
120
#define kDefaultLastId [NSNumber numberWithInteger:99999999]
121
121
122
- #define kColorNavBG [UIColor colorWithHexString:@"0xFAFAFA "]
122
+ #define kColorNavBG [UIColor colorWithHexString:@"0xF8F8F8 "]
123
123
#define kColorNavTitle [UIColor colorWithHexString:@"0x323A45"]
124
124
#define kColorTableBG [UIColor colorWithHexString:@"0xFFFFFF"]
125
125
#define kColorTableSectionBg [UIColor colorWithHexString:@"0xF2F4F6"]
126
126
#define kColor222 [UIColor colorWithHexString:@"0x222222"]
127
127
#define kColor666 [UIColor colorWithHexString:@"0x666666"]
128
128
#define kColor999 [UIColor colorWithHexString:@"0x999999"]
129
129
#define kColorDDD [UIColor colorWithHexString:@"0xDDDDDD"]
130
+ #define kColorCCC [UIColor colorWithHexString:@"0xCCCCCC"]
130
131
#define kColorBrandGreen [UIColor colorWithHexString:@"0x3BBD79"]
131
132
#define kColorBrandRed [UIColor colorWithHexString:@"0xFF5846"]
132
133
You can’t perform that action at this time.
0 commit comments