This commit is contained in:
Mauro Romito
2023-01-11 21:29:02 +01:00
parent 640201b4d8
commit 7a7d7c71b9
5 changed files with 4 additions and 3 deletions
@@ -298,7 +298,6 @@ class WysiwygInputToolbarView: MXKRoomInputToolbarView, NibLoadable, HtmlRoomInp
private func update(theme: Theme) {
hostingViewController.view.backgroundColor = theme.colors.background
wysiwygViewModel.textColor = theme.colors.primaryContent
wysiwygViewModel.linkColor = .link
wysiwygViewModel.codeBackgroundColor = theme.selectedBackgroundColor
}