mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-06 07:57:42 +02:00
Merge pull request #2261 from vector-im/reskin_polish
Reskin: Fix 2 color issues
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
Changes in 0.8.1 (2019-02-)
|
||||
===============================================
|
||||
|
||||
Bug fix:
|
||||
* Fix text color in room preview (PR #2261)
|
||||
* Fix navigation bar background after accepting an invite (PR #2261)
|
||||
|
||||
Changes in 0.8.0 (2019-02-15)
|
||||
===============================================
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
|
||||
self.roomMembers.textColor = ThemeService.shared.theme.tintColor;
|
||||
|
||||
self.previewLabel.textColor = ThemeService.shared.theme.baseTextSecondaryColor;
|
||||
self.previewLabel.textColor = ThemeService.shared.theme.textPrimaryColor;
|
||||
self.previewLabel.numberOfLines = 0;
|
||||
|
||||
self.subNoticeLabel.textColor = ThemeService.shared.theme.textSecondaryColor;
|
||||
|
||||
@@ -137,8 +137,7 @@
|
||||
{
|
||||
[super customizeViewRendering];
|
||||
|
||||
// Use same color as navigation bar
|
||||
self.backgroundColor = ThemeService.shared.theme.baseColor;
|
||||
self.backgroundColor = UIColor.clearColor;
|
||||
self.displayNameTextField.textColor = (self.mxRoom.summary.displayname.length ? ThemeService.shared.theme.baseTextPrimaryColor : ThemeService.shared.theme.textSecondaryColor);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user