mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
reskin: kill kRiotSecondaryBgColor
This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
self.sendButton.tintColor = RiotDesignValues.theme.tintColor;
|
||||
self.cancelButton.tintColor = RiotDesignValues.theme.tintColor;
|
||||
|
||||
_bugReportDescriptionTextView.layer.borderColor = kRiotSecondaryBgColor.CGColor;
|
||||
_bugReportDescriptionTextView.layer.borderColor = RiotDesignValues.theme.headerBackgroundColor.CGColor;
|
||||
}
|
||||
|
||||
- (UIStatusBarStyle)preferredStatusBarStyle
|
||||
|
||||
Reference in New Issue
Block a user