Emoji verification: green instead of accent to accept

Change-Id: I4fe7e8e8ec8c11447cbcb97aa0feabfb3f92aa48
This commit is contained in:
SpiritCroc 2022-09-29 12:50:05 +02:00
parent bf78ec8964
commit 3e8b320fef
1 changed files with 2 additions and 2 deletions

View File

@ -153,9 +153,9 @@ class VerificationEmojiCodeController @Inject constructor(
bottomSheetVerificationActionItem {
id("ok")
title(host.stringProvider.getString(R.string.verification_sas_match))
titleColor(host.colorProvider.getColorFromAttribute(R.attr.colorPrimary))
titleColor(host.colorProvider.getColorFromAttribute(R.attr.vctr_encrypting_message_text_color))
iconRes(R.drawable.ic_check_on)
iconColor(host.colorProvider.getColorFromAttribute(R.attr.colorPrimary))
iconColor(host.colorProvider.getColorFromAttribute(R.attr.vctr_encrypting_message_text_color))
listener { host.listener?.onMatchButtonTapped() }
}
}