diff --git a/Riot/ViewController/BugReportViewController.m b/Riot/ViewController/BugReportViewController.m index 752483165..b9f98ce42 100644 --- a/Riot/ViewController/BugReportViewController.m +++ b/Riot/ViewController/BugReportViewController.m @@ -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;