Updated on 2026-08-14
This commit is contained in:
parent
64cd1ae5a9
commit
f359b7f9e7
8 changed files with 84 additions and 58 deletions
|
|
@ -252,7 +252,7 @@ private fun PaymentBlockInOffer(paymentMethod: OnrampPaymentMethod, providerName
|
|||
SpacerW(6.dp)
|
||||
|
||||
Text(
|
||||
text = providerName,
|
||||
text = stringResourceSafe(R.string.onramp_via_provider, providerName),
|
||||
style = TangemTheme.typography.caption2,
|
||||
color = TangemTheme.colors.text.tertiary,
|
||||
modifier = Modifier.testTag(OnrampOffersBlockTestTags.PROVIDER_NAME),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue