Updated on 2026-08-14
This commit is contained in:
parent
8fc9469c6d
commit
29f8becc48
1 changed files with 3 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ fun Transaction(state: TransactionState, isBalanceHidden: Boolean, modifier: Mod
|
|||
top.linkTo(parent.top)
|
||||
bottom.linkTo(timestampItem.top)
|
||||
end.linkTo(parent.end)
|
||||
width = Dimension.fillToConstraints
|
||||
width = Dimension.wrapContent
|
||||
},
|
||||
)
|
||||
|
||||
|
|
@ -274,6 +274,8 @@ private fun Amount(state: TransactionState, isBalanceHidden: Boolean, modifier:
|
|||
}
|
||||
},
|
||||
style = TangemTheme.typography.body2,
|
||||
maxLines = 1,
|
||||
overflow = TextOverflow.Ellipsis,
|
||||
)
|
||||
}
|
||||
is TransactionState.Loading -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue