SettingsVC: New phone number is invisible in dark theme (Fix #3218).

This commit is contained in:
SBiOSoftWhare
2020-05-28 18:49:48 +02:00
parent 34aa5eef43
commit c1192dee63
@@ -1565,6 +1565,7 @@ SettingsIdentityServerCoordinatorBridgePresenterDelegate>
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;