mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
reskin: kill kRiotPrimaryTextColor
This commit is contained in:
@@ -915,7 +915,7 @@
|
||||
{
|
||||
sectionHeader = [tableView dequeueReusableHeaderFooterViewWithIdentifier:MXKTableViewHeaderFooterWithLabel.defaultReuseIdentifier];
|
||||
sectionHeader.mxkContentView.backgroundColor = RiotDesignValues.theme.headerBackgroundColor;
|
||||
sectionHeader.mxkLabel.textColor = kRiotPrimaryTextColor;
|
||||
sectionHeader.mxkLabel.textColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
sectionHeader.mxkLabel.font = [UIFont preferredFontForTextStyle:UIFontTextStyleHeadline];
|
||||
|
||||
sectionHeader.mxkLabel.text = NSLocalizedStringFromTable(@"group_participants_invited_section", @"Vector", nil);
|
||||
|
||||
Reference in New Issue
Block a user