mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
the behaviour is now the same as android for links, except for the the "(edited)" button which should be grey and this fix has made it blue, will check how to solve this but it might also need some design inputs regarding the "reply" label (which as android is blue, but both are very different from the )
This commit is contained in:
@@ -24,7 +24,6 @@ extension MXKTableViewCellWithTextView: Themable {
|
||||
func update(theme: Theme) {
|
||||
mxkTextView.backgroundColor = .clear
|
||||
mxkTextView.textColor = theme.textPrimaryColor
|
||||
mxkTextView.tintColor = theme.tintColor
|
||||
backgroundColor = theme.backgroundColor
|
||||
contentView.backgroundColor = .clear
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user