Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-29 09:42:11 +02:00
parent 3472f48de7
commit 9b6ed88d78
8 changed files with 581 additions and 1 deletions

View file

@ -252,6 +252,7 @@ private fun WalletTabItem(state: WalletTabUM, modifier: Modifier = Modifier) {
.clip(RoundedCornerShape(percent = 50))
.background(backgroundColor)
.clickable(onClick = state.onClick)
.testTag(BuyTokenScreenTestTags.WALLET_TAB)
.padding(horizontal = 16.dp, vertical = 8.dp),
horizontalArrangement = Arrangement.Center,
verticalAlignment = Alignment.CenterVertically,