mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
reskin: kill kRiotSecondaryBgColor
This commit is contained in:
@@ -767,7 +767,7 @@
|
||||
NSInteger sectionBitwise = 0;
|
||||
|
||||
sectionHeader = [[UIView alloc] initWithFrame:frame];
|
||||
sectionHeader.backgroundColor = kRiotSecondaryBgColor;
|
||||
sectionHeader.backgroundColor = RiotDesignValues.theme.headerBackgroundColor;
|
||||
|
||||
frame.origin.x = 20;
|
||||
frame.origin.y = 5;
|
||||
|
||||
Reference in New Issue
Block a user