reskin: Kill RiotDesignValues.kRiotKeyboard and replace it by Theme.keyboardAppearance

This commit is contained in:
manuroe
2019-01-10 17:42:43 +01:00
parent 0f3cf8ec95
commit 77e6a81276
8 changed files with 15 additions and 11 deletions
@@ -148,7 +148,7 @@
self.containerView.backgroundColor = kRiotPrimaryBgColor;
self.sendingContainer.backgroundColor = kRiotPrimaryBgColor;
self.bugReportDescriptionTextView.keyboardAppearance = kRiotKeyboard;
self.bugReportDescriptionTextView.keyboardAppearance = RiotDesignValues.theme.keyboardAppearance;
self.titleLabel.textColor = kRiotPrimaryTextColor;
self.sendingLabel.textColor = kRiotPrimaryTextColor;