NTP-33632 | BBPS | Success Toast has Purple Trailing Icon instead of White (#15229)

This commit is contained in:
Shivam Goyal
2025-03-02 12:53:51 +05:30
committed by GitHub
parent fee5c65b93
commit 24ab43129f
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ class BbpsSnackBarPredefinedConfig {
leadingIconResId = R.drawable.ic_success_green,
title = title,
description = description,
trailingIconResId = CommonR.drawable.ic_close_black,
trailingIconResId = CommonR.drawable.ic_close_white_v2,
)
fun errorConfig(title: String) =

View File

@@ -16,7 +16,7 @@ object SnackBarPredefinedConfig {
title: String,
description: String? = null,
leadingIconResId: Int? = R.drawable.navi_pay_ic_checked_circle_green,
trailingIconResId: Int? = CommonR.drawable.ic_close_black,
trailingIconResId: Int? = CommonR.drawable.ic_close_white_v2,
) =
SnackBarConfig(
leadingIconResId = leadingIconResId,