Updated on 2026-08-14
This commit is contained in:
parent
172efa81b2
commit
74b2b73f6d
2 changed files with 10 additions and 2 deletions
|
|
@ -85,7 +85,15 @@ internal class TangemPayDetailsUMProvider : CollectionPreviewParameterProvider<T
|
|||
onClickClose = {},
|
||||
),
|
||||
accountDeactivatedNotificationConfig = null,
|
||||
errorNotificationConfig = null,
|
||||
errorNotificationConfig = NotificationConfig(
|
||||
title = stringReference("Your account has been closed"),
|
||||
subtitle = stringReference("For questions about account, please contact support"),
|
||||
iconResId = R.drawable.ic_alert_circle_24,
|
||||
buttonsState = NotificationConfig.ButtonsState.SecondaryButtonConfig(
|
||||
text = stringReference("Remove account"),
|
||||
onClick = {},
|
||||
),
|
||||
),
|
||||
),
|
||||
TangemPayDetailsUM(
|
||||
topBarConfig = TangemPayDetailsTopBarConfig(
|
||||
|
|
|
|||
|
|
@ -277,7 +277,7 @@ private fun ErrorMessage(config: NotificationConfig, modifier: Modifier = Modifi
|
|||
null
|
||||
},
|
||||
size = TangemButtonSize.X9,
|
||||
type = TangemButtonType.Primary,
|
||||
type = TangemButtonType.PrimaryInverse,
|
||||
shape = TangemButtonShape.Rounded,
|
||||
),
|
||||
modifier = Modifier.weight(1f),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue