Updated on 2026-08-14

This commit is contained in:
Tangem 2025-06-27 18:08:39 +05:00
parent 80595f8381
commit ac4179be91
12 changed files with 472 additions and 1 deletions

View file

@ -157,9 +157,10 @@ private fun WalletBlock(
.padding(16.dp)
.clickable(onClick = onClick),
) {
Row(verticalAlignment = Alignment.CenterVertically) {
Row {
Text(
modifier = Modifier
.weight(1f)
.padding(end = 8.dp),
text = title,
style = TangemTheme.typography.subtitle1,