Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-31 14:54:44 +05:00
parent 4c51193221
commit 50c1623bfa
3 changed files with 6 additions and 6 deletions

View file

@ -62,7 +62,7 @@ private fun OnrampProviderBlock(state: OnrampProviderBlockUM.Content, modifier:
},
color = TangemTheme.colors.text.tertiary,
style = TangemTheme.typography.body2,
modifier = modifier.testTag(BuyTokenDetailsScreenTestTags.PROVIDER_TITLE),
modifier = Modifier.testTag(BuyTokenDetailsScreenTestTags.PROVIDER_TITLE),
)
Text(
text = buildAnnotatedString {
@ -72,7 +72,7 @@ private fun OnrampProviderBlock(state: OnrampProviderBlockUM.Content, modifier:
},
style = TangemTheme.typography.caption2,
color = TangemTheme.colors.text.tertiary,
modifier = modifier.testTag(BuyTokenDetailsScreenTestTags.PROVIDER_TEXT),
modifier = Modifier.testTag(BuyTokenDetailsScreenTestTags.PROVIDER_TEXT),
)
}
AnimatedVisibility(