mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
Settings: Improve new phone number cell UI.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user