mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 19:34:25 +02:00
reskin: kill kRiotPrimaryBgColor
This commit is contained in:
@@ -121,9 +121,9 @@
|
||||
self.activityIndicator.backgroundColor = kRiotOverlayColor;
|
||||
|
||||
// Use the primary bg color for the recents table view in plain style.
|
||||
self.groupsTableView.backgroundColor = kRiotPrimaryBgColor;
|
||||
self.groupsTableView.backgroundColor = RiotDesignValues.theme.backgroundColor;
|
||||
topview.backgroundColor = kRiotSecondaryBgColor;
|
||||
self.view.backgroundColor = kRiotPrimaryBgColor;
|
||||
self.view.backgroundColor = RiotDesignValues.theme.backgroundColor;
|
||||
|
||||
[RiotDesignValues.theme applyStyleOnSearchBar:tableSearchBar];
|
||||
[RiotDesignValues.theme applyStyleOnSearchBar:self.groupsSearchBar];
|
||||
@@ -424,7 +424,7 @@
|
||||
{
|
||||
[super tableView:tableView willDisplayCell:cell forRowAtIndexPath:indexPath];
|
||||
|
||||
cell.backgroundColor = kRiotPrimaryBgColor;
|
||||
cell.backgroundColor = RiotDesignValues.theme.backgroundColor;
|
||||
|
||||
// Update the selected background view
|
||||
if (kRiotSelectedBgColor)
|
||||
|
||||
Reference in New Issue
Block a user