Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-08 12:19:32 +03:00
parent 16fb5487ee
commit c16e04089d
10 changed files with 155 additions and 80 deletions

View file

@ -58,6 +58,7 @@ private fun SendConvertTokenButton(onConvertToAnother: () -> Unit) {
modifier = Modifier
.padding(horizontal = 16.dp)
.fillMaxWidth()
.testTag(SendScreenTestTags.SWAP_TO_ANOTHER_TOKEN_BUTTON)
.clickable(
indication = null,
interactionSource = null,
@ -67,8 +68,7 @@ private fun SendConvertTokenButton(onConvertToAnother: () -> Unit) {
Row(
modifier = Modifier
.padding(12.dp)
.align(Alignment.Center)
.testTag(SendScreenTestTags.SWAP_TO_ANOTHER_TOKEN_BUTTON),
.align(Alignment.Center),
verticalAlignment = Alignment.CenterVertically,
horizontalArrangement = Arrangement.spacedBy(8.dp),
) {