mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
reskin: Kill RiotDesignValues.kRiotKeyboard and replace it by Theme.keyboardAppearance
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user