Updated on 2026-08-14
This commit is contained in:
parent
50af6db261
commit
1d75f13d4e
1 changed files with 2 additions and 2 deletions
|
|
@ -258,7 +258,7 @@ private fun TitleText(title: String) {
|
|||
Text(
|
||||
text = title,
|
||||
color = TangemTheme.colors.text.tertiary,
|
||||
style = TangemTheme.typography.body2,
|
||||
style = TangemTheme.typography.button,
|
||||
maxLines = 1,
|
||||
)
|
||||
}
|
||||
|
|
@ -334,7 +334,7 @@ private fun AdditionalInfo(state: WalletCardState, modifier: Modifier = Modifier
|
|||
private fun AdditionalInfoText(text: TextReference) {
|
||||
Text(
|
||||
text = text.resolveReference(),
|
||||
color = TangemTheme.colors.text.disabled,
|
||||
color = TangemTheme.colors.text.tertiary,
|
||||
style = TangemTheme.typography.caption,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue