diff --git a/core/ui/src/main/res/drawable/ic_mail_20.xml b/core/ui/src/main/res/drawable/ic_mail_20.xml new file mode 100644 index 0000000000..2c8ba11321 --- /dev/null +++ b/core/ui/src/main/res/drawable/ic_mail_20.xml @@ -0,0 +1,27 @@ + + + + + diff --git a/features/tangempay/details/impl/src/main/kotlin/com/tangem/features/tangempay/entity/TangemPayDetailsStateFactory.kt b/features/tangempay/details/impl/src/main/kotlin/com/tangem/features/tangempay/entity/TangemPayDetailsStateFactory.kt index 8de4b0c86d..d49f070d5c 100644 --- a/features/tangempay/details/impl/src/main/kotlin/com/tangem/features/tangempay/entity/TangemPayDetailsStateFactory.kt +++ b/features/tangempay/details/impl/src/main/kotlin/com/tangem/features/tangempay/entity/TangemPayDetailsStateFactory.kt @@ -112,11 +112,11 @@ internal class TangemPayDetailsStateFactory( title = resourceReference(R.string.tangempay_pay_support), onClick = intents::onContactSupportClicked, icon = TangemIconUM.Icon( - imageVector = Icons.ic_document_20, + iconRes = R.drawable.ic_mail_20, tintReference = { TangemTheme.colors3.icon.primary }, - ), // TODO change when the icon will be ready in design + ), ), ) }