mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 11:30:50 +02:00
Update Riot/Modules/Spaces/SpaceList/SpaceListViewCell.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user