Update Riot/Modules/Spaces/SpaceList/SpaceListViewCell.swift

Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
This commit is contained in:
Gil Eluard
2021-09-23 11:47:26 +02:00
committed by GitHub
parent 68ea6641e2
commit 5ef36ee058
@@ -78,7 +78,7 @@ final class SpaceListViewCell: UITableViewCell, Themable, NibReusable {
self.titleLabel.font = theme.fonts.calloutSB
self.selectionView.backgroundColor = theme.colors.separator
self.moreButton.tintColor = theme.colors.secondaryContent
self.badgeLabel.borderColor = ThemeService.shared().theme.colors.background
self.badgeLabel.borderColor = theme.colors.background
}
// MARK: - IBActions