mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
App Layout: fixed reactions background in timeline
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user