mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
Settings: Set the right label text color (Vector TextColor Black)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user