Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-21 07:48:52 -07:00
parent e8fdcbbc31
commit 5c05c30adc

View file

@ -192,7 +192,7 @@ internal object TangemPayMessagesFactory {
return bottomSheetMessage {
infoBlock {
icon(R.drawable.ic_warning_20) {
backgroundType = MessageBottomSheetUM.Icon.BackgroundType.Warning
backgroundType = MessageBottomSheetUM.Icon.BackgroundType.Attention
}
title = resourceReference(R.string.tangempay_maximum_cards_issued_title)
body = resourceReference(R.string.tangempay_maximum_cards_issued_description)
@ -208,7 +208,7 @@ internal object TangemPayMessagesFactory {
return bottomSheetMessage {
infoBlock {
icon(R.drawable.ic_warning_20) {
backgroundType = MessageBottomSheetUM.Icon.BackgroundType.Warning
backgroundType = MessageBottomSheetUM.Icon.BackgroundType.Attention
}
title = resourceReference(R.string.tangempay_maximum_cards_issued_for_plan_title)
body = resourceReference(R.string.tangempay_maximum_cards_issued_for_plan_description)