mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-14 03:40:00 +02:00
Merge pull request #1729 from daverPL/fix_bug_report_keyboard_color
Fixed keyboard color when entering bug report (#1720).
This commit is contained in:
@@ -147,6 +147,8 @@
|
||||
self.containerView.backgroundColor = kRiotPrimaryBgColor;
|
||||
self.sendingContainer.backgroundColor = kRiotPrimaryBgColor;
|
||||
|
||||
self.bugReportDescriptionTextView.keyboardAppearance = kRiotKeyboard;
|
||||
|
||||
self.titleLabel.textColor = kRiotPrimaryTextColor;
|
||||
self.sendingLabel.textColor = kRiotPrimaryTextColor;
|
||||
self.descriptionLabel.textColor = kRiotPrimaryTextColor;
|
||||
|
||||
Reference in New Issue
Block a user