vector-im/element-ios/issues/5041 - Fixed share extension and message forwarding room list accessory view icon.

This commit is contained in:
Stefan Ceriu
2021-10-25 13:45:41 +03:00
committed by Stefan Ceriu
parent e5f912f382
commit e22038abea
5 changed files with 14 additions and 5 deletions
@@ -57,6 +57,7 @@
self.roomTitleLabel.textColor = ThemeService.shared.theme.textPrimaryColor;
self.contentView.backgroundColor = ThemeService.shared.theme.backgroundColor;
self.selectionButton.tintColor = ThemeService.shared.theme.tintColor;
[self.selectionButton setImage:[UIImage imageNamed:@"radio-button-default"] forState:UIControlStateNormal];
[self.selectionButton setImage:[UIImage imageNamed:@"radio-button-selected"] forState:UIControlStateSelected];