Updated on 2026-08-14
This commit is contained in:
parent
563f285bfc
commit
cb26294b01
1 changed files with 7 additions and 3 deletions
|
|
@ -133,7 +133,11 @@ private fun CompareRow(name: TextReference, value: TextReference, divider: Boole
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
valueSlot = {
|
valueSlot = {
|
||||||
TangemRowText(text = value, role = TangemRowTextRole.Value)
|
TangemRowText(
|
||||||
|
text = value,
|
||||||
|
role = TangemRowTextRole.Value,
|
||||||
|
maxLines = Int.MAX_VALUE,
|
||||||
|
)
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
@ -165,7 +169,7 @@ private fun previewCompare() = TangemPaySelectPlanUM.ComparePlans(
|
||||||
TangemPaySelectPlanUM.ComparePlans.Plan(
|
TangemPaySelectPlanUM.ComparePlans.Plan(
|
||||||
name = stringReference("Basic"),
|
name = stringReference("Basic"),
|
||||||
values = persistentListOf(
|
values = persistentListOf(
|
||||||
stringReference("Virtual, up to 3 cards"),
|
stringReference("Very Very Very Very Very Very Very Very Very Very Very Long Text"),
|
||||||
stringReference("Platinum"),
|
stringReference("Platinum"),
|
||||||
stringReference("$0"),
|
stringReference("$0"),
|
||||||
stringReference("1%"),
|
stringReference("1%"),
|
||||||
|
|
@ -178,7 +182,7 @@ private fun previewCompare() = TangemPaySelectPlanUM.ComparePlans(
|
||||||
stringReference("Virtual, up to 5 cards"),
|
stringReference("Virtual, up to 5 cards"),
|
||||||
stringReference("Signature"),
|
stringReference("Signature"),
|
||||||
stringReference("$29.99/month"),
|
stringReference("$29.99/month"),
|
||||||
stringReference("1%"),
|
stringReference("1%\n2%\n3%"),
|
||||||
stringReference("$50,000"),
|
stringReference("$50,000"),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue