mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 13:46:57 +02:00
Settings: Set the right label text color (Vector TextColor Black)
This commit is contained in:
@@ -16,12 +16,16 @@
|
||||
|
||||
#import "TableViewCellWithLabelAndLargeTextView.h"
|
||||
|
||||
#import "VectorDesignValues.h"
|
||||
|
||||
@implementation TableViewCellWithLabelAndLargeTextView
|
||||
|
||||
- (void)awakeFromNib
|
||||
{
|
||||
[super awakeFromNib];
|
||||
|
||||
_label.textColor = kVectorTextColorBlack;
|
||||
|
||||
// Adjust text view
|
||||
// Remove the container inset: this operation impacts only the vertical margin.
|
||||
// Reset textContainer.lineFragmentPadding to remove horizontal margin.
|
||||
|
||||
Reference in New Issue
Block a user