Merge pull request #1729 from daverPL/fix_bug_report_keyboard_color

Fixed keyboard color when entering bug report (#1720).
This commit is contained in:
giomfo
2018-01-08 18:30:41 +01:00
committed by GitHub
@@ -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;