diff --git a/Riot/Modules/Threads/ThreadList/ThreadListViewController.storyboard b/Riot/Modules/Threads/ThreadList/ThreadListViewController.storyboard index b214de94a..696d736bf 100644 --- a/Riot/Modules/Threads/ThreadList/ThreadListViewController.storyboard +++ b/Riot/Modules/Threads/ThreadList/ThreadListViewController.storyboard @@ -29,10 +29,10 @@ - - + + diff --git a/Riot/Modules/Threads/ThreadList/Views/ThreadTableViewCell.swift b/Riot/Modules/Threads/ThreadList/Views/ThreadTableViewCell.swift index 147b87f4b..000ee1b57 100644 --- a/Riot/Modules/Threads/ThreadList/Views/ThreadTableViewCell.swift +++ b/Riot/Modules/Threads/ThreadList/Views/ThreadTableViewCell.swift @@ -56,7 +56,6 @@ extension ThreadTableViewCell: NibReusable {} extension ThreadTableViewCell: Themable { func update(theme: Theme) { - contentView.backgroundColor = theme.colors.background rootMessageAvatarView.backgroundColor = .clear rootMessageContentLabel.textColor = theme.colors.primaryContent lastMessageTimeLabel.textColor = theme.colors.secondaryContent