Updated on 2026-08-14
This commit is contained in:
parent
3a4531c656
commit
c4e357a6bc
1 changed files with 4 additions and 1 deletions
|
|
@ -87,6 +87,7 @@ fun MarketListItemContentV2(model: MarketsListItemUM, modifier: Modifier = Modif
|
|||
TokenPriceText(
|
||||
modifier = Modifier
|
||||
.layoutId(layoutId = TangemRowLayoutId.END_TOP)
|
||||
.padding(start = TangemTheme.dimens2.x3)
|
||||
.testTag(tag = TokenElementsTestTags.TOKEN_FIAT_AMOUNT),
|
||||
price = model.price.text,
|
||||
priceChangeType = model.price.changeType,
|
||||
|
|
@ -104,7 +105,9 @@ fun MarketListItemContentV2(model: MarketsListItemUM, modifier: Modifier = Modif
|
|||
)
|
||||
|
||||
PriceChangeInPercent(
|
||||
modifier = Modifier.layoutId(layoutId = TangemRowLayoutId.END_BOTTOM),
|
||||
modifier = Modifier
|
||||
.padding(start = TangemTheme.dimens2.x3)
|
||||
.layoutId(layoutId = TangemRowLayoutId.END_BOTTOM),
|
||||
textStyle = TangemTheme.typography2.captionRegular12,
|
||||
type = model.trendType,
|
||||
valueInPercent = model.trendPercentText,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue