Settings: Set the right label text color (Vector TextColor Black)

This commit is contained in:
giomfo
2016-07-08 15:02:09 +02:00
parent c400452abc
commit 894d753e74
4 changed files with 28 additions and 0 deletions
@@ -16,8 +16,17 @@
#import "TableViewCellWithCheckBoxAndLabel.h"
#import "VectorDesignValues.h"
@implementation TableViewCellWithCheckBoxAndLabel
- (void)awakeFromNib
{
[super awakeFromNib];
_label.textColor = kVectorTextColorBlack;
}
- (void)setEnabled:(BOOL)enabled
{
if (enabled)