Fix background color of ContentMessageView when display mode (Dark and Light mode) is switched

This commit is contained in:
Benoit Martins 2023-08-16 11:27:54 +02:00 committed by QuentinArguillere
parent 2d9c4c8c78
commit 6863ea3f10

View file

@ -186,6 +186,7 @@ class ContentMessageView: UIViewController {
self.isComposingView.backgroundColor = VoipTheme.backgroundWhiteBlack.get()
self.recordingWaveView.backgroundColor = VoipTheme.backgroundWhiteBlack.get()
self.recordingWaveImageMask.backgroundColor = VoipTheme.backgroundWhiteBlack.get()
self.view.backgroundColor = VoipTheme.voipToolbarBackgroundColor.get()
}
}