Updated on 2026-08-14
This commit is contained in:
parent
4f88f3a7b0
commit
9b4ac6e5f8
10 changed files with 51 additions and 14 deletions
|
|
@ -52,7 +52,7 @@ internal fun WcAddEthereumChainModalBottomSheetContent(
|
|||
onBack = onBack,
|
||||
title = {
|
||||
TangemModalBottomSheetTitle(
|
||||
title = resourceReference(R.string.wc_wallet_connect),
|
||||
title = resourceReference(R.string.wc_transaction_flow_title),
|
||||
endIconRes = R.drawable.ic_close_24,
|
||||
onEndClick = onDismiss,
|
||||
)
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ internal fun WcSendTransactionModalBottomSheet(
|
|||
containerColor = TangemTheme.colors.background.tertiary,
|
||||
title = { config ->
|
||||
TangemModalBottomSheetTitle(
|
||||
title = resourceReference(R.string.wc_wallet_connect),
|
||||
title = resourceReference(R.string.wc_transaction_flow_title),
|
||||
endIconRes = R.drawable.ic_close_24,
|
||||
onEndClick = onDismiss,
|
||||
)
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ internal fun WcSignTransactionModalBottomSheetContent(
|
|||
onBack = onBack,
|
||||
title = {
|
||||
TangemModalBottomSheetTitle(
|
||||
title = resourceReference(R.string.wc_wallet_connect),
|
||||
title = resourceReference(R.string.wc_transaction_flow_title),
|
||||
endIconRes = R.drawable.ic_close_24,
|
||||
onEndClick = onDismiss,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue