Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-23 04:45:25 -07:00
parent 215dff06c9
commit aef7c97866
11 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8 KiB

View file

@ -279,7 +279,7 @@ private fun PlanCard(imageUrl: String?, modifier: Modifier = Modifier) {
) {
Image(
modifier = Modifier.matchParentSize(),
painter = painterResource(R.drawable.img_tangem_pay_visa_reissuing),
painter = painterResource(R.drawable.img_tangem_pay_card_placeholder),
contentDescription = null,
contentScale = ContentScale.FillBounds,
)

View file

@ -223,7 +223,7 @@ private fun TangemPayCardBackground(
TangemPayCardState.Reissuing,
TangemPayCardState.Closing,
TangemPayCardState.Issuing,
-> painterResource(R.drawable.img_tangem_pay_visa_reissuing)
-> painterResource(R.drawable.img_tangem_pay_card_placeholder)
},
contentDescription = null,
contentScale = ContentScale.FillBounds,