diff --git a/Riot/Modules/Spaces/SpaceList/SpaceListViewCell.swift b/Riot/Modules/Spaces/SpaceList/SpaceListViewCell.swift index 12dc66b6d..8c67dff73 100644 --- a/Riot/Modules/Spaces/SpaceList/SpaceListViewCell.swift +++ b/Riot/Modules/Spaces/SpaceList/SpaceListViewCell.swift @@ -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