Updated on 2026-08-14

This commit is contained in:
Tangem 2025-11-25 00:18:51 +07:00
parent be2ba06031
commit 455455006d
6 changed files with 137 additions and 79 deletions

View file

@ -240,6 +240,8 @@ private fun Subtitle(state: TransactionState, modifier: Modifier = Modifier) {
textAlign = TextAlign.Start,
color = TangemTheme.colors.text.tertiary,
style = TangemTheme.typography.caption2,
maxLines = 1,
overflow = TextOverflow.Ellipsis,
)
}
is TransactionState.Loading -> {