mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
#4094 - Fixed toast notifications background color on dark themes.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user