NTP-33632 | BBPS | Success Toast has Purple Trailing Icon instead of White (#15229)
This commit is contained in:
@@ -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) =
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user