From c903c938fc61c434b3f0fa214ebc32992fb8ee7f Mon Sep 17 00:00:00 2001 From: Tangem Date: Thu, 11 Jun 2026 11:27:21 +0100 Subject: [PATCH] Updated on 2026-08-14 --- .../addressbook/editcontact/ui/EditContactContent.kt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/features/address-book/impl/src/main/kotlin/com/tangem/features/addressbook/editcontact/ui/EditContactContent.kt b/features/address-book/impl/src/main/kotlin/com/tangem/features/addressbook/editcontact/ui/EditContactContent.kt index 62d2ecfaf7..e6d2f4a0ab 100644 --- a/features/address-book/impl/src/main/kotlin/com/tangem/features/addressbook/editcontact/ui/EditContactContent.kt +++ b/features/address-book/impl/src/main/kotlin/com/tangem/features/addressbook/editcontact/ui/EditContactContent.kt @@ -31,7 +31,7 @@ import com.tangem.core.ui.extensions.resolveReference import com.tangem.core.ui.extensions.stringReference import com.tangem.core.ui.extensions.stringResourceSafe import com.tangem.core.ui.res.TangemTheme -import com.tangem.core.ui.res.TangemThemePreview +import com.tangem.core.ui.res.TangemThemePreviewRedesign import com.tangem.domain.models.account.CryptoPortfolioIcon import com.tangem.features.addressbook.editcontact.contract.EditContactUM import com.tangem.features.addressbook.editcontact.contract.ValidatedAddress @@ -100,6 +100,7 @@ private fun ContactAddresses(addresses: ImmutableList) { text = entry.address, style = TangemTheme.typography3.body.medium, color = TangemTheme.colors3.text.primary, + maxLines = 1, ) } } @@ -244,7 +245,7 @@ private fun ContactColor(colors: EditContactUM.Colors) { @Composable private fun Preview_EditContactContent() { val colors = CryptoPortfolioIcon.Color.entries.toImmutableList() - TangemThemePreview { + TangemThemePreviewRedesign { EditContactContent( state = EditContactUM( title = stringReference("New contact"),