diff --git a/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/domain/Wallet2CobrandImage.kt b/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/domain/Wallet2CobrandImage.kt index 15dc39b149..bda79ff305 100644 --- a/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/domain/Wallet2CobrandImage.kt +++ b/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/domain/Wallet2CobrandImage.kt @@ -351,6 +351,12 @@ internal enum class Wallet2CobrandImage( batchIds = setOf("AF85", "AF86", "AF87", "AF990013", "AF990012", "AF990011"), ), + WinterSakura( + cards2ResId = R.drawable.ill_winter_sakura_card2_120_106, + cards3ResId = R.drawable.ill_winter_sakura_card3_120_106, + batchIds = setOf("AF990053", "AF990054", "AF990055"), + ), + LockedMoney( cards2ResId = R.drawable.ill_locked_money_card2_120_106, cards3ResId = R.drawable.ill_locked_money_card3_120_106, diff --git a/features/wallet/impl/src/main/res/drawable/ill_winter_sakura_card2_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_winter_sakura_card2_120_106.webp new file mode 100644 index 0000000000..c4b16e6d24 Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_winter_sakura_card2_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_winter_sakura_card3_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_winter_sakura_card3_120_106.webp new file mode 100644 index 0000000000..27abb1127e Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_winter_sakura_card3_120_106.webp differ