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:
Mauro Romito
2023-01-11 18:45:03 +01:00
parent e9b683d00e
commit d50ef171d5
21 changed files with 1 additions and 74 deletions
@@ -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
}