#4094 - Fixed toast notifications background color on dark themes.

This commit is contained in:
Stefan Ceriu
2021-06-25 15:46:48 +03:00
parent edd3447b6e
commit a9a6e00e6b
2 changed files with 1 additions and 3 deletions
@@ -296,8 +296,6 @@ class VoiceMessageToolbarView: PassthroughView, NibLoadable, Themable, UIGesture
self.lockContainerBackgroundView.backgroundColor = theme.colors.navigation
self.lockButtonsContainerView.backgroundColor = theme.colors.navigation
self.toastNotificationContainerView.backgroundColor = theme.colors.primaryContent
} completion: { _ in
switch details.state {
case .idle: