Settings: Improve new phone number cell UI.

This commit is contained in:
SBiOSoftWhare
2020-10-01 12:24:55 +02:00
parent 595fd698f9
commit 1c3e33eb8f
3 changed files with 17 additions and 17 deletions
@@ -1345,6 +1345,7 @@ TableViewSectionsDelegate>
cell.mxkTextField.borderStyle = UITextBorderStyleNone;
cell.mxkTextField.textAlignment = NSTextAlignmentRight;
cell.mxkTextField.textColor = ThemeService.shared.theme.textSecondaryColor;
cell.mxkTextField.tintColor = ThemeService.shared.theme.tintColor;
cell.mxkTextField.font = [UIFont systemFontOfSize:16];
cell.mxkTextField.placeholder = nil;
@@ -1645,7 +1646,6 @@ TableViewSectionsDelegate>
newPhoneCell.countryCodeButton.accessibilityIdentifier = @"SettingsVCPhoneCountryButton";
newPhoneCell.mxkLabel.font = newPhoneCell.mxkTextField.font = [UIFont systemFontOfSize:16];
newPhoneCell.mxkTextField.textColor = ThemeService.shared.theme.textSecondaryColor;
newPhoneCell.mxkTextField.userInteractionEnabled = YES;
newPhoneCell.mxkTextField.keyboardType = UIKeyboardTypePhonePad;