App Layout: fixed reactions background in timeline

This commit is contained in:
Gil Eluard
2022-08-25 13:51:50 +02:00
parent 3f46f713a0
commit 1f248634da
7 changed files with 8 additions and 7 deletions
@@ -73,8 +73,8 @@ final class ReactionsMenuView: UIView, Themable, NibLoadable {
// MARK: - Public
func update(theme: Theme) {
self.reactionsBackgroundView.backgroundColor = theme.headerBackgroundColor
self.moreReactionsBackgroundView.backgroundColor = theme.headerBackgroundColor
self.reactionsBackgroundView.backgroundColor = theme.colors.system
self.moreReactionsBackgroundView.backgroundColor = theme.colors.system
self.moreReactionsButton.tintColor = theme.tintColor
}