mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
reskin: kill kRiotSecondaryTextColor
This commit is contained in:
@@ -1300,7 +1300,7 @@ typedef void (^blockSettingsViewController_onReadyToDestroy)(void);
|
||||
cell.mxkTextField.userInteractionEnabled = YES;
|
||||
cell.mxkTextField.borderStyle = UITextBorderStyleNone;
|
||||
cell.mxkTextField.textAlignment = NSTextAlignmentRight;
|
||||
cell.mxkTextField.textColor = kRiotSecondaryTextColor;
|
||||
cell.mxkTextField.textColor = RiotDesignValues.theme.textSecondaryColor;
|
||||
cell.mxkTextField.font = [UIFont systemFontOfSize:16];
|
||||
cell.mxkTextField.placeholder = nil;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user