mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
SettingsVC: New phone number is invisible in dark theme (Fix #3218).
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user