mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
reskin: remove bar style ivars from RiotDesignValues
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
[super customizeViewRendering];
|
||||
|
||||
// Use same color as navigation bar
|
||||
self.mainHeaderBackground.backgroundColor = kRiotDesignNavigationBarBarTintColor;
|
||||
self.mainHeaderBackground.backgroundColor = RiotDesignValues.theme.baseColor;
|
||||
|
||||
|
||||
self.roomTopic.textColor = kRiotTopicTextColor;
|
||||
|
||||
@@ -138,8 +138,8 @@
|
||||
[super customizeViewRendering];
|
||||
|
||||
// Use same color as navigation bar
|
||||
self.backgroundColor = kRiotDesignNavigationBarBarTintColor;
|
||||
self.displayNameTextField.textColor = (self.mxRoom.summary.displayname.length ? kRiotDesignNavigationBarTintColor : kRiotSecondaryTextColor);
|
||||
self.backgroundColor = RiotDesignValues.theme.baseColor;
|
||||
self.displayNameTextField.textColor = (self.mxRoom.summary.displayname.length ? RiotDesignValues.theme.baseTextPrimaryColor : kRiotSecondaryTextColor);
|
||||
}
|
||||
|
||||
- (void)setRoomPreviewData:(RoomPreviewData *)roomPreviewData
|
||||
@@ -168,7 +168,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
self.displayNameTextField.textColor = kRiotDesignNavigationBarTintColor;
|
||||
self.displayNameTextField.textColor = RiotDesignValues.theme.baseTextPrimaryColor;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user