Always use proper primary color

This commit is contained in:
Naveen 2022-08-30 16:15:24 +05:30
parent f7c9dfbc8e
commit 737189746e
2 changed files with 3 additions and 3 deletions

View file

@ -362,7 +362,7 @@ class ThreadAdapter(
background.applyColorFilter(backgroundColor.getContrastColor())
vcard_title.setTextColor(textColor)
vcard_subtitle.setTextColor(textColor)
vcard_view_contact.setTextColor(context.getLinkTextColor())
view_contact_details.setTextColor(properPrimaryColor)
}
thread_mesage_attachments_holder.addView(vCardView)