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 debc4b5f93
commit 6ab772ba18
8 changed files with 15 additions and 11 deletions

View File

@@ -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;