Updated on 2026-08-14
This commit is contained in:
parent
be2ba06031
commit
455455006d
6 changed files with 137 additions and 79 deletions
|
|
@ -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 -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue