Updated on 2026-08-14
This commit is contained in:
parent
e8fdcbbc31
commit
5c05c30adc
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue