mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Theme: Update disclosure indicator with theme color.
This commit is contained in:
@@ -820,6 +820,7 @@
|
||||
chevron = [UIImage imageNamed:@"shrink_icon"];
|
||||
}
|
||||
UIImageView *chevronView = [[UIImageView alloc] initWithImage:chevron];
|
||||
chevronView.tintColor = ThemeService.shared.theme.textSecondaryColor;
|
||||
chevronView.contentMode = UIViewContentModeCenter;
|
||||
[sectionHeader addSubview:chevronView];
|
||||
sectionHeader.accessoryView = chevronView;
|
||||
|
||||
Reference in New Issue
Block a user