mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
reskin: kill kRiotPrimaryTextColor
This commit is contained in:
@@ -970,7 +970,7 @@
|
||||
}
|
||||
|
||||
// Apply UI theme
|
||||
checkboxLabel.textColor = kRiotPrimaryTextColor;
|
||||
checkboxLabel.textColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
|
||||
// Set the right value of the tick box
|
||||
localContactsCheckbox.image = hideNonMatrixEnabledContacts ? [UIImage imageNamed:@"selection_tick"] : [UIImage imageNamed:@"selection_untick"];
|
||||
|
||||
Reference in New Issue
Block a user