Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-27 21:52:32 +07:00
parent a54b701503
commit 30b52bc194
5 changed files with 14 additions and 6 deletions

View file

@ -398,8 +398,6 @@ private fun AccountsFooter(model: WalletSettingsAccountsUM.Footer, modifier: Mod
text = model.description.resolveReference(),
color = TangemTheme.colors.text.tertiary,
style = TangemTheme.typography.caption2,
maxLines = 1,
overflow = TextOverflow.Ellipsis,
)
}
}