Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-22 18:24:36 +05:00
parent 68d3a813e2
commit f5d9dab282
17 changed files with 439 additions and 61 deletions

View file

@ -155,7 +155,7 @@ private fun WalletBlock(
Row {
Text(
modifier = Modifier
.weight(1f)
.weight(1f, fill = false)
.padding(end = 8.dp),
text = title,
style = TangemTheme.typography.subtitle1,